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.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/target/product/full.mk b/target/product/full.mk
index 5b95daa..a86e89d 100644
--- a/target/product/full.mk
+++ b/target/product/full.mk
@@ -22,9 +22,6 @@
PRODUCT_PACKAGES := \
VoiceDialer
-# This is the list of locales included in AOSP builds
-PRODUCT_LOCALES := en_US en_GB fr_FR it_IT de_DE es_ES
-
# Additional settings used in all AOSP builds
PRODUCT_PROPERTY_OVERRIDES := \
keyguard.no_require_sim=true \
@@ -41,6 +38,10 @@ PRODUCT_COPY_FILES := \
# on smaller devices.
$(call inherit-product, frameworks/base/data/sounds/OriginalAudio.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)
+
$(call inherit-product, build/target/product/generic.mk)
# Overrides