Searched defs:product (Results 1 - 8 of 8) sorted by relevance

/build/core/
H A Dproduct.mk23 # and the .mk suffix) of the product makefile, "<product_name>:" can be
40 $(foreach d, device vendor product,$(call _search-android-products-files-in-dir,$(d))) \
41 $(SRC_TARGET_DIR)/product/AndroidProducts.mk
49 define get-product-makefiles
67 define get-all-product-makefiles
68 $(call get-product-makefiles,$(_find-android-products-files))
72 # Functions for including product makefiles
139 define dump-product
147 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
151 # $(1): product t
[all...]
H A Dproduct-graph.mk37 this_makefile := build/core/product-graph.mk
48 products_list := $(foreach prod,$(ANDROID_PRODUCT_GRAPH),$(call resolve-short-product-name,$(prod)))
57 # Emit properties of a product node to a file.
58 # $(1) the product
60 define emit-product-node-props
78 $(foreach p,$(PRIVATE_PRODUCTS),$(call emit-product-node-props,$(p),$@.in))
80 $(hide) ./build/tools/filter-product-graph.py $(PRIVATE_PRODUCTS_FILTER) < $@.in > $@
82 # Evaluates to the name of the product file
83 # $(1) product file
84 define product
[all...]
H A Ddex_preopt_libart.mk28 define get-product-default-property
32 DEX2OAT_IMAGE_XMS := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xms)
33 DEX2OAT_IMAGE_XMX := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xmx)
34 DEX2OAT_XMS := $(call get-product-default-property,dalvik.vm.dex2oat-Xms)
35 DEX2OAT_XMX := $(call get-product-default-property,dalvik.vm.dex2oat-Xmx)
H A DMakefile17 # Define rules to copy PRODUCT_COPY_FILES defined by the product.
24 define check-product-copy-files
37 $(call check-product-copy-files,$(cf)) \
164 ifeq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/target/product/security/testkey)
176 # The string used to uniquely identify the combined build and product; used by the OTA server.
195 # This purposefully excludes any product-specific variables.
204 ro.product.brand \
205 ro.product.name \
206 ro.product.device
226 # Accepts a whitespace separated list of product locale
[all...]
/build/make/core/
H A Dproduct.mk23 # and the .mk suffix) of the product makefile, "<product_name>:" can be
40 $(foreach d, device vendor product,$(call _search-android-products-files-in-dir,$(d))) \
41 $(SRC_TARGET_DIR)/product/AndroidProducts.mk
49 define get-product-makefiles
67 define get-all-product-makefiles
68 $(call get-product-makefiles,$(_find-android-products-files))
72 # Functions for including product makefiles
139 define dump-product
147 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
151 # $(1): product t
[all...]
H A Dproduct-graph.mk37 this_makefile := build/core/product-graph.mk
48 products_list := $(foreach prod,$(ANDROID_PRODUCT_GRAPH),$(call resolve-short-product-name,$(prod)))
57 # Emit properties of a product node to a file.
58 # $(1) the product
60 define emit-product-node-props
78 $(foreach p,$(PRIVATE_PRODUCTS),$(call emit-product-node-props,$(p),$@.in))
80 $(hide) ./build/tools/filter-product-graph.py $(PRIVATE_PRODUCTS_FILTER) < $@.in > $@
82 # Evaluates to the name of the product file
83 # $(1) product file
84 define product
[all...]
H A Ddex_preopt_libart.mk28 define get-product-default-property
32 DEX2OAT_IMAGE_XMS := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xms)
33 DEX2OAT_IMAGE_XMX := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xmx)
34 DEX2OAT_XMS := $(call get-product-default-property,dalvik.vm.dex2oat-Xms)
35 DEX2OAT_XMX := $(call get-product-default-property,dalvik.vm.dex2oat-Xmx)
H A DMakefile17 # Define rules to copy PRODUCT_COPY_FILES defined by the product.
24 define check-product-copy-files
37 $(call check-product-copy-files,$(cf)) \
164 ifeq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/target/product/security/testkey)
176 # The string used to uniquely identify the combined build and product; used by the OTA server.
195 # This purposefully excludes any product-specific variables.
204 ro.product.brand \
205 ro.product.name \
206 ro.product.device
226 # Accepts a whitespace separated list of product locale
[all...]

Completed in 200 milliseconds