summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-08-09 16:42:14 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-08-10 09:51:47 -0700
commit7cf12140939e9cf4e9beb3290d41ab3d9ea19669 (patch)
treeadcbba82fc49bf5b17e45807c7c0664b2dfa9cda
parent78a24ab2a5afd583ee5033c15e68ee31faa4f54e (diff)
downloadbuild-7cf12140939e9cf4e9beb3290d41ab3d9ea19669.zip
build-7cf12140939e9cf4e9beb3290d41ab3d9ea19669.tar.gz
build-7cf12140939e9cf4e9beb3290d41ab3d9ea19669.tar.bz2
Use all known locales in full build
Also use more audio files Change-Id: Iab42123239c30012b0d918b5a4b484b5fc878faf
-rw-r--r--target/product/full.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/target/product/full.mk b/target/product/full.mk
index 8725804..77619a6 100644
--- a/target/product/full.mk
+++ b/target/product/full.mk
@@ -39,13 +39,11 @@ PRODUCT_COPY_FILES := \
development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
development/data/etc/vold.conf:system/etc/vold.conf
-# Pick up some sounds - stick with the short list to save space
-# on smaller devices.
-$(call inherit-product, frameworks/base/data/sounds/OriginalAudio.mk)
+# Pick up some sounds.
+$(call inherit-product, frameworks/base/data/sounds/AudioPackage4.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 a list of languages.
+$(call inherit-product, build/target/product/locales_full.mk)
$(call inherit-product, build/target/product/generic.mk)