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

/build/core/
H A Dproduct_config.mk197 current_product_makefile := macro
206 $(eval current_product_makefile += $(_cpm_word2)),),\
209 $(eval current_product_makefile += $(f)),)))
213 current_product_makefile := $(strip $(current_product_makefile)) macro
221 ifndef current_product_makefile
224 ifneq (1,$(words $(current_product_makefile)))
225 $(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
227 $(call import-products, $(current_product_makefile))
242 ifneq ($(current_product_makefile),
245 current_product_makefile := macro
[all...]

Completed in 86 milliseconds