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