summaryrefslogtreecommitdiffstats
path: root/target/product/full.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/product/full.mk')
-rw-r--r--target/product/full.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/target/product/full.mk b/target/product/full.mk
index 19c1e24..6f4aded 100644
--- a/target/product/full.mk
+++ b/target/product/full.mk
@@ -39,6 +39,9 @@ PRODUCT_COPY_FILES := \
development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
development/data/etc/vold.conf:system/etc/vold.conf
+# Put en_US first in the list, so make it default.
+PRODUCT_LOCALES := en_US
+
# Pick up some sounds - stick with the short list to save space
# on smaller devices.
$(call inherit-product, frameworks/base/data/sounds/OriginalAudio.mk)
@@ -46,9 +49,8 @@ $(call inherit-product, frameworks/base/data/sounds/OriginalAudio.mk)
# Get the TTS language packs
$(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk)
-# Get a list of languages. We use the small list to save space
-# on smaller devices.
-$(call inherit-product, build/target/product/languages_small.mk)
+# Get the list of languages.
+$(call inherit-product, build/target/product/locales_full.mk)
$(call inherit-product, build/target/product/generic.mk)