Searched defs:current_product_makefile (Results 1 - 2 of 2) sorted by relevance

/build/core/
H A Dproduct_config.mk199 current_product_makefile := macro
209 $(eval current_product_makefile += $(_cpm_word2)),),\
213 $(eval current_product_makefile += $(f)),)))
217 current_product_makefile := $(strip $(current_product_makefile)) macro
237 ifndef current_product_makefile
240 ifneq (1,$(words $(current_product_makefile)))
241 $(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
243 $(call import-products, $(current_product_makefile))
258 ifneq ($(current_product_makefile),
261 current_product_makefile := macro
[all...]
/build/make/core/
H A Dproduct_config.mk199 current_product_makefile := macro
209 $(eval current_product_makefile += $(_cpm_word2)),),\
213 $(eval current_product_makefile += $(f)),)))
217 current_product_makefile := $(strip $(current_product_makefile)) macro
237 ifndef current_product_makefile
240 ifneq (1,$(words $(current_product_makefile)))
241 $(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
243 $(call import-products, $(current_product_makefile))
258 ifneq ($(current_product_makefile),
261 current_product_makefile := macro
[all...]

Completed in 922 milliseconds