Use the new list of all audio files

Change-Id: Ic510c243dde616cca3374f6aa6a2835690cf6818
This commit is contained in:
Jean-Baptiste Queru 2010-10-22 18:56:30 -07:00
parent 68f21cdc71
commit cd3bd7402f

View File

@ -35,9 +35,8 @@ PRODUCT_PROPERTY_OVERRIDES := \
# Put en_US first in the list, to make it default. # Put en_US first in the list, to make it default.
PRODUCT_LOCALES := en_US PRODUCT_LOCALES := en_US
# Pick up some sounds - stick with the short list to save space # Get some sounds
# on smaller devices. $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
$(call inherit-product-if-exists, frameworks/base/data/sounds/OriginalAudio.mk)
# Get the TTS language packs # Get the TTS language packs
$(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk) $(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk)