From cd3bd7402f64873ea8dc23d5a6c53b1733373347 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Fri, 22 Oct 2010 18:56:30 -0700 Subject: [PATCH] Use the new list of all audio files Change-Id: Ic510c243dde616cca3374f6aa6a2835690cf6818 --- target/product/full_base.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/target/product/full_base.mk b/target/product/full_base.mk index 76907ce76..0a215f6f8 100644 --- a/target/product/full_base.mk +++ b/target/product/full_base.mk @@ -35,9 +35,8 @@ PRODUCT_PROPERTY_OVERRIDES := \ # Put en_US first in the list, to make it default. PRODUCT_LOCALES := en_US -# Pick up some sounds - stick with the short list to save space -# on smaller devices. -$(call inherit-product-if-exists, frameworks/base/data/sounds/OriginalAudio.mk) +# Get some sounds +$(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk) # Get the TTS language packs $(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk) -- 2.11.0