blob: 9f33406b9f8c3d0ebc3fec5955bc6b07e5513d2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# Installation of a default language for the Pico TTS engine
#
# Include this file in a product makefile to include the language files for english US
#
# Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
#
PRODUCT_COPY_FILES += \
external/svox/pico/lang/en-US_lh0_sg.bin:system/tts/lang_pico/en-US_lh0_sg.bin \
external/svox/pico/lang/en-US_ta.bin:system/tts/lang_pico/en-US_ta.bin
|