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

/build/core/
H A Dproduct_config.mk284 extra_locales := $(filter-out $(PRODUCT_LOCALES),$(CUSTOM_LOCALES)) macro
285 ifneq (,$(extra_locales))
288 $(info Adding CUSTOM_LOCALES [$(extra_locales)] to PRODUCT_LOCALES [$(PRODUCT_LOCALES)])
290 PRODUCT_LOCALES += $(extra_locales)
291 extra_locales := macro
/build/make/core/
H A Dproduct_config.mk284 extra_locales := $(filter-out $(PRODUCT_LOCALES),$(CUSTOM_LOCALES)) macro
285 ifneq (,$(extra_locales))
288 $(info Adding CUSTOM_LOCALES [$(extra_locales)] to PRODUCT_LOCALES [$(PRODUCT_LOCALES)])
290 PRODUCT_LOCALES += $(extra_locales)
291 extra_locales := macro

Completed in 44 milliseconds