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

/build/core/
H A Dproduct.mk23 # and the .mk suffix) of the product makefile, "<product_name>:" can be
33 $(SRC_TARGET_DIR)/product/AndroidProducts.mk
41 define get-product-makefiles
59 define get-all-product-makefiles
60 $(call get-product-makefiles,$(_find-android-products-files))
64 # Functions for including product makefiles
112 define dump-product
120 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
124 # $(1): product to inherit
131 define inherit-product
[all...]
H A Ddex_preopt_libart.mk25 define get-product-default-property
29 DEX2OAT_IMAGE_XMS := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xms)
30 DEX2OAT_IMAGE_XMX := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xmx)
31 DEX2OAT_XMS := $(call get-product-default-property,dalvik.vm.dex2oat-Xms)
32 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)) \
100 ifeq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/target/product/security/testkey)
112 # The string used to uniquely identify the combined build and product; used by the OTA server.
128 # This purposefully excludes any product-specific variables.
137 ro.product.brand \
138 ro.product.name \
139 ro.product.device
161 $(patsubst ro.product
[all...]
/build/core/tasks/
H A Dproduct-graph.mk37 this_makefile := build/core/tasks/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...]

Completed in 79 milliseconds