--- old/make/gensrc/GensrcLocaleDataMetaInfo.gmk 2014-02-04 18:32:52.468738660 -0800 +++ new/make/gensrc/GensrcLocaleDataMetaInfo.gmk 2014-02-04 18:32:52.140733783 -0800 @@ -65,6 +65,13 @@ $1_EN_LOCALES := $$(filter $(EN_LOCALES), $$($1_LOCALES)) $1_NON_EN_LOCALES := $$(filter-out $(EN_LOCALES), $$($1_LOCALES)) + # Special handling for Chinese locales to include implicit scripts + $1_NON_EN_LOCALES := $$(subst zh-CN,zh-CN$$(SPACE)zh-Hans-CN, $$($1_NON_EN_LOCALES)) + $1_NON_EN_LOCALES := $$(subst zh-SG,zh-SG$$(SPACE)zh-Hans-SG, $$($1_NON_EN_LOCALES)) + $1_NON_EN_LOCALES := $$(subst zh-HK,zh-HK$$(SPACE)zh-Hant-HK, $$($1_NON_EN_LOCALES)) + $1_NON_EN_LOCALES := $$(subst zh-MO,zh-MO$$(SPACE)zh-Hant-MO, $$($1_NON_EN_LOCALES)) + $1_NON_EN_LOCALES := $$(subst zh-TW,zh-TW$$(SPACE)zh-Hant-TW, $$($1_NON_EN_LOCALES)) + ALL_EN_LOCALES += $$($1_EN_LOCALES) ALL_NON_EN_LOCALES += $$($1_NON_EN_LOCALES)