am 743c1937
: Merge change 24941 into donut
Merge commit '743c19373a1c78bf2cc4d1c0dfd905e27ff598c6' into eclair * commit '743c19373a1c78bf2cc4d1c0dfd905e27ff598c6': Add TTS files and Accessibility app to the SDK system image.
This commit is contained in:
commit
502cf95ad4
1 changed files with 11 additions and 1 deletions
|
@ -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 \
|
||||
|
@ -65,3 +68,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
|
||||
|
|
Loading…
Reference in a new issue