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