summaryrefslogtreecommitdiffstats
path: root/pico/lang/PicoLangItItInSystem.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-06 08:03:56 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-10-06 08:03:56 -0700
commitc90f05ad6b8b5c7ce8b50d5093a76ccd1e484657 (patch)
tree4e5007d319be953455472491715d96587d2a3bea /pico/lang/PicoLangItItInSystem.mk
parent701067da9e0ee3163fe10037c2aeaaa8d2980f33 (diff)
downloadexternal_svox-c90f05ad6b8b5c7ce8b50d5093a76ccd1e484657.zip
external_svox-c90f05ad6b8b5c7ce8b50d5093a76ccd1e484657.tar.gz
external_svox-c90f05ad6b8b5c7ce8b50d5093a76ccd1e484657.tar.bz2
Clean up makefiles for TTS data files.
This makes them look more like product definition files that can better fit in a product inheritance chain. Also, add a product definition file that includes all languages (amusingly, that's the only combination that's ever used). Bug: 3065214 Change-Id: I42ef6038b7bda5a045562505e4bb2308e36b09f7
Diffstat (limited to 'pico/lang/PicoLangItItInSystem.mk')
-rw-r--r--pico/lang/PicoLangItItInSystem.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/pico/lang/PicoLangItItInSystem.mk b/pico/lang/PicoLangItItInSystem.mk
index c10cf36..d13e61c 100644
--- a/pico/lang/PicoLangItItInSystem.mk
+++ b/pico/lang/PicoLangItItInSystem.mk
@@ -6,9 +6,7 @@
# Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
#
-LOCAL_PATH:= external/svox/pico/lang
-
PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/it-IT_cm0_sg.bin:system/tts/lang_pico/it-IT_cm0_sg.bin \
- $(LOCAL_PATH)/it-IT_ta.bin:system/tts/lang_pico/it-IT_ta.bin
+ 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