common.mk: Adding a set of Locales

CTS test package ScannerTest, StringBuilderTest and
StringBufferTest now require specific LOCALES to be installed
in order to pass the test cases such as de_DE (GERMANY) and
GB18030 encoder zh_CN. This installs a subset of languages and
makes use of icu4cd44l-default.dat instead of just "us".

CRs-Fixed: 273133, 273136, 273138, 273139, 273140, 273141, 273142
Change-Id: I48dd8b5b00eb581e887d51973b1693bd93a28438
This commit is contained in:
Kinson Chik kchik@codeaurora.org 2011-01-28 14:26:53 -08:00
parent 1cad73ff50
commit 6f97c1737a
1 changed files with 1 additions and 0 deletions

View File

@ -50,3 +50,4 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
PRODUCT_BRAND := qcom PRODUCT_BRAND := qcom
PRODUCT_LOCALES := hdpi mdpi PRODUCT_LOCALES := hdpi mdpi
PRODUCT_LOCALES += en_US es_US de_DE zh_CN