summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-06 08:05:44 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-10-06 08:05:44 -0700
commit0b44f50d5f31d9f9a6b31d1bf655cf88490b0fc6 (patch)
treea66da1eff2e7b5c7b33b98c8435dc34c562bd19e
parenta9c381ed4517993175a5bb6741ecf2aac3e8040c (diff)
downloadbuild-0b44f50d5f31d9f9a6b31d1bf655cf88490b0fc6.zip
build-0b44f50d5f31d9f9a6b31d1bf655cf88490b0fc6.tar.gz
build-0b44f50d5f31d9f9a6b31d1bf655cf88490b0fc6.tar.bz2
Add TTS language files to the full build.
Bug: 3065214 Change-Id: I5c324965e693fe26d686b92d869e33facc92c762
-rw-r--r--target/product/full.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/product/full.mk b/target/product/full.mk
index 8725804..c204aad 100644
--- a/target/product/full.mk
+++ b/target/product/full.mk
@@ -43,6 +43,9 @@ PRODUCT_COPY_FILES := \
# on smaller devices.
$(call inherit-product, frameworks/base/data/sounds/OriginalAudio.mk)
+# Get the TTS language packs
+$(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.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)
@@ -54,4 +57,3 @@ PRODUCT_NAME := full
PRODUCT_BRAND := generic
PRODUCT_DEVICE := generic
PRODUCT_MODEL := Full Android
-