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

/build/core/
H A Dproduct_config.mk107 TARGET_PRODUCT := $(word 1,$(product_goals)) macro
117 # which really means TARGET_PRODUCT=dream make installclean.
175 # We need to do this to translate TARGET_PRODUCT into its
208 $(if $(filter $(TARGET_PRODUCT),$(_cpm_word1)),\
212 $(if $(filter $(TARGET_PRODUCT),$(basename $(notdir $(f)))),\
238 $(error Can not locate config makefile for product "$(TARGET_PRODUCT)")
241 $(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
257 INTERNAL_PRODUCT := $(call resolve-short-product-name, $(TARGET_PRODUCT))
405 $(eval DEXPREOPT.$(TARGET_PRODUCT).$(m).CONFIG := $(cf))))
419 $(eval SANITIZER.$(TARGET_PRODUCT)
[all...]
H A Denvsetup.mk85 ifeq ($(TARGET_PRODUCT),)
86 TARGET_PRODUCT := aosp_arm macro
/build/make/core/
H A Dproduct_config.mk107 TARGET_PRODUCT := $(word 1,$(product_goals)) macro
117 # which really means TARGET_PRODUCT=dream make installclean.
175 # We need to do this to translate TARGET_PRODUCT into its
208 $(if $(filter $(TARGET_PRODUCT),$(_cpm_word1)),\
212 $(if $(filter $(TARGET_PRODUCT),$(basename $(notdir $(f)))),\
238 $(error Can not locate config makefile for product "$(TARGET_PRODUCT)")
241 $(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
257 INTERNAL_PRODUCT := $(call resolve-short-product-name, $(TARGET_PRODUCT))
405 $(eval DEXPREOPT.$(TARGET_PRODUCT).$(m).CONFIG := $(cf))))
419 $(eval SANITIZER.$(TARGET_PRODUCT)
[all...]
H A Denvsetup.mk85 ifeq ($(TARGET_PRODUCT),)
86 TARGET_PRODUCT := aosp_arm macro

Completed in 566 milliseconds