Searched defs:product (Results 1 - 3 of 3) 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
103 define dump-product
111 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
115 # $(1): product to inherit
122 define inherit-product
[all...]
H A DMakefile15 # Define rules to copy PRODUCT_COPY_FILES defined by the product.
22 define check-product-copy-files
35 $(call check-product-copy-files,$(cf)) \
98 ifeq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/target/product/security/testkey)
136 $(patsubst ro.product.locale.language=%,%,\
137 $(filter ro.product.locale.language=%,$(PRODUCT_PROPERTY_OVERRIDES))))
139 $(patsubst ro.product.locale.region=%,%,\
140 $(filter ro.product.locale.region=%,$(PRODUCT_PROPERTY_OVERRIDES))))
224 ro.product.brand= \
225 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 93 milliseconds