forked from openkylin/platform_build
Merge "Put en_US as first product locale for SDK builds."
This commit is contained in:
commit
54d34319d4
|
@ -153,11 +153,11 @@ PRODUCT_DEVICE := generic
|
||||||
# locale + densities. en_US is both first and in alphabetical order to
|
# locale + densities. en_US is both first and in alphabetical order to
|
||||||
# ensure this is the default locale.
|
# ensure this is the default locale.
|
||||||
PRODUCT_LOCALES = \
|
PRODUCT_LOCALES = \
|
||||||
|
en_US \
|
||||||
ldpi \
|
ldpi \
|
||||||
hdpi \
|
hdpi \
|
||||||
mdpi \
|
mdpi \
|
||||||
xhdpi \
|
xhdpi \
|
||||||
en_US \
|
|
||||||
ar_EG \
|
ar_EG \
|
||||||
ar_IL \
|
ar_IL \
|
||||||
bg_BG \
|
bg_BG \
|
||||||
|
|
Loading…
Reference in New Issue