HomeSort by relevance Sort by last modified time
    Searched full:extra_locales (Results 1 - 1 of 1) sorted by null

  /build/core/
product_config.mk 266 extra_locales := $(filter-out $(PRODUCT_LOCALES),$(CUSTOM_LOCALES)) macro
267 ifneq (,$(extra_locales))
270 $(info Adding CUSTOM_LOCALES [$(extra_locales)] to PRODUCT_LOCALES [$(PRODUCT_LOCALES)])
272 PRODUCT_LOCALES += $(extra_locales)
273 extra_locales := macro

Completed in 455 milliseconds