summaryrefslogtreecommitdiffstats
path: root/target/product
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-07 15:48:02 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-07 15:48:02 -0700
commit547b902e990fcb3c3e09ef464f3eebd9368c6c77 (patch)
tree0610d810ac733716afd41ceb79b214413d7826b0 /target/product
parent424de1779d54f979593c1d0924fc7890f82b0b33 (diff)
parentd29f5df3663acb01f88347b67056d969e2d49d15 (diff)
downloadbuild-547b902e990fcb3c3e09ef464f3eebd9368c6c77.zip
build-547b902e990fcb3c3e09ef464f3eebd9368c6c77.tar.gz
build-547b902e990fcb3c3e09ef464f3eebd9368c6c77.tar.bz2
am d29f5df3: Merge "Add TTS language files to the full build." into gingerbread
Merge commit 'd29f5df3663acb01f88347b67056d969e2d49d15' into gingerbread-plus-aosp * commit 'd29f5df3663acb01f88347b67056d969e2d49d15': Add TTS language files to the full build.
Diffstat (limited to 'target/product')
-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
-