summaryrefslogtreecommitdiffstats
path: root/target/product/full.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-03-26 11:22:03 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-03-26 12:12:05 -0700
commit7d9876b05ed45b96c1a715ff9e32293a8ea68bd0 (patch)
tree036c35e69dabe5c6a9ffc1d96f09057177b8d758 /target/product/full.mk
parentd96ee5c84143aad901a84e5a854edebd0e883d28 (diff)
downloadbuild-7d9876b05ed45b96c1a715ff9e32293a8ea68bd0.zip
build-7d9876b05ed45b96c1a715ff9e32293a8ea68bd0.tar.gz
build-7d9876b05ed45b96c1a715ff9e32293a8ea68bd0.tar.bz2
Add separate language packs, for extra flexibility.
This way, languages can be managed more carefully through the inheritance chain. Bug: 2546758 Change-Id: I14e3d4d60716355fa702cc77128e9da04e30a612
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