Use all known locales in full build

Also use more audio files

Change-Id: Iab42123239c30012b0d918b5a4b484b5fc878faf
This commit is contained in:
Jean-Baptiste Queru 2010-08-09 16:42:14 -07:00
parent 78a24ab2a5
commit 7cf1214093
1 changed files with 4 additions and 6 deletions

View File

@ -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)