aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2009-09-14 15:00:27 -0700
committerandroid-build SharedAccount <android-build@sekiwake.mtv.corp.google.com>2009-09-14 19:23:33 -0700
commitaa9b728bb8234ae4b7e05eccfe9481fd9ad68454 (patch)
tree77389f41a6a330bc1ba240b0f718c9b16249e310
parent3a5013d94ecbb5b47e7b1c47d88d76e405ca96ae (diff)
downloadbuild-aa9b728bb8234ae4b7e05eccfe9481fd9ad68454.tar.gz
cherry-picked 1b6b32c277752782a60cfe2e312229116e924e10 from donut branch
-rw-r--r--target/product/sdk.mk12
1 files changed, 11 insertions, 1 deletions
diff --git a/target/product/sdk.mk b/target/product/sdk.mk
index d84737796a..a0d9add70a 100644
--- a/target/product/sdk.mk
+++ b/target/product/sdk.mk
@@ -25,7 +25,10 @@ PRODUCT_PACKAGES := \
libwnndict \
ApiDemos \
GestureBuilder \
- SoftKeyboard
+ SoftKeyboard \
+ talkback \
+ soundback \
+ kickback
PRODUCT_COPY_FILES := \
development/data/etc/vold.conf:system/etc/vold.conf
@@ -64,3 +67,10 @@ PRODUCT_LOCALES := \
ru_RU \
ko_KR
+# include available languages for TTS in the system image
+include external/svox/pico/lang/PicoLangDeDeInSystem.mk
+include external/svox/pico/lang/PicoLangEnGBInSystem.mk
+include external/svox/pico/lang/PicoLangEnUsInSystem.mk
+include external/svox/pico/lang/PicoLangEsEsInSystem.mk
+include external/svox/pico/lang/PicoLangFrFrInSystem.mk
+include external/svox/pico/lang/PicoLangItItInSystem.mk