summaryrefslogtreecommitdiffstats
path: root/pico/lang/PicoLangEnUsInSystem.mk
Commit message (Collapse)AuthorAgeFilesLines
* Clean up makefiles for TTS data files.Jean-Baptiste Queru2010-10-061-4/+2
| | | | | | | | | | | | 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
* Fix bug 2022411.Jean-Michel Trivi2009-08-051-0/+14
Added support for TTS language files to be loaded from the system partition if they are not available on the regular path (sdcard). This involves changing the check for the availability of a language (first check in the system path, then check the sdcard), and the language switch code (try to load from the system path if cannot load from sdcard). Modified the CheckVoiceData activity (which checks for the installation of all language files) to check on both the sdcard and the system path. Added makefiles for copying language files to the system image, PicoLangDefaultInSystem.mk will be used in another CL to copy a default language to the system.