From 7cf12140939e9cf4e9beb3290d41ab3d9ea19669 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Mon, 9 Aug 2010 16:42:14 -0700 Subject: [PATCH] Use all known locales in full build Also use more audio files Change-Id: Iab42123239c30012b0d918b5a4b484b5fc878faf --- target/product/full.mk | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/target/product/full.mk b/target/product/full.mk index 87258040c7..77619a6ed7 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)