summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-08 07:39:07 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-10-08 07:39:07 -0700
commit9e0892c350c624a90ded767160aa0d94304dca7a (patch)
tree4301466ec6336f8d013d6eaaebe6401d73cce4a1 /target
parentbe24f6f80077cb5aeb4c8ed15d4601c15fb0a6a3 (diff)
downloadbuild-9e0892c350c624a90ded767160aa0d94304dca7a.zip
build-9e0892c350c624a90ded767160aa0d94304dca7a.tar.gz
build-9e0892c350c624a90ded767160aa0d94304dca7a.tar.bz2
Cherry-pick 547b902e
"am d29f5df3: Merge "Add TTS language files to the full build." into gingerbread" Change-Id: Iea988350124dacf085244addf34a6f216b58cf77
Diffstat (limited to 'target')
-rw-r--r--target/product/full_no_telephony.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/product/full_no_telephony.mk b/target/product/full_no_telephony.mk
index cc497ef..735383a 100644
--- a/target/product/full_no_telephony.mk
+++ b/target/product/full_no_telephony.mk
@@ -40,3 +40,6 @@ $(call inherit-product, frameworks/base/data/sounds/AudioPackage4.mk)
# Get a list of languages.
$(call inherit-product, $(SRC_TARGET_DIR)/product/locales_full.mk)
+
+# Get the TTS language packs
+$(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk)