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

/build/core/
H A Dproduct_config.mk260 extra_locales := $(filter-out $(PRODUCT_LOCALES),$(CUSTOM_LOCALES)) macro
261 ifneq (,$(extra_locales))
264 $(info Adding CUSTOM_LOCALES [$(extra_locales)] to PRODUCT_LOCALES [$(PRODUCT_LOCALES)])
266 PRODUCT_LOCALES += $(extra_locales)
267 extra_locales := macro

Completed in 46 milliseconds