summaryrefslogtreecommitdiffstats
path: root/pico/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* use LOCAL_PATH properlyJoe Onorato2012-07-211-119/+8
| | | | Change-Id: I5a177116b976be159042cab51c297861f275daa2
* Add libmedia_nativeGlenn Kasten2012-03-161-0/+1
| | | | Change-Id: I0a3dcd2f6e983b09e93eabb529b56c3de5a9c0f7
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-5/+0
| | | | | | Bug: 5010576 Change-Id: Ia539a6a831a7d500d0c5336438e0bc0ff5854bf0
* libttspico should be optional, installed only when PicoTts is.Narayan Kamath2011-06-211-1/+3
| | | | Change-Id: I6b5b81dc2c18d8a2b96074080304bfbdbc479fdc
* Fix TTS breakageNarayan Kamath2011-05-231-2/+0
| | | | | bug:4476001 Change-Id: I14f4c5d803fc95bcaf11bc3ac182df4133083281
* Minor makefile refactoring.Narayan Kamath2011-05-191-4/+26
| | | | | | | | This allows folks to depend on libttspico_static and just call getTtsEngine() directly instead of all the dlopen() dlsym() business. Change-Id: I7b5b6c94d08b95ade9ba9c995e4bd2a862acdfb6
* Port Pico to new TTS engine APIBjorn Bringert2011-04-151-2/+29
| | | | | | | | | | | | | | | | | | Requires TTS engine API added in change I7614ff788e11f897e87052f684f1b4938d539fb7 The compatibility layer in pico/compat/src/com/android/tts/compat/SynthProxy.java pico/compat/jni/com_android_tts_compat_SynthProxy.cpp is based on these files removed from the old TTS engine framework: frameworks/base/packages/TtsService/src/android/tts/SynthProxy.java frameworks/base/packages/TtsService/jni/android_tts_SynthProxy.cpp Bug: 4150618 Change-Id: I7a2cca6b5cfbac6158a87fad69cc796140adb2f3
* external/svox: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-1/+1
| | | | | Change-Id: I987cf0645cd1281e499426a29c82bdebd74f733b Signed-off-by: Iliyan Malchev <malchev@google.com>
* For issue #2651381, allow library prelinking.Dan Bornstein2010-05-051-2/+0
| | | | Change-Id: I109b34edc12547c644f546c4aaabbc8536579d62
* Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru2010-01-051-1/+1
| | | | | | | | | | The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: Idb2afba98635dd41092cad0eb7432516b048bf67
* Fix the issue where the native lib for the Pico TTS engine getsJean-Michel Trivi2009-08-271-2/+0
| | | | | copied both to /system/lib and the PicoTts.apk (where it gets installed to /data/data/com.svox.pico/lib/).
* - Integrate SVOX's latest code drop.Jean-Michel Trivi2009-07-011-2/+2
| | | | | | | - Fix a bug where TTS_SYNTH_DONE was signaled to the TTS service synth proxy even though the synthesis wasn't done (more data to be played). - Deprecated the synthesizeIPA() function as it will be supported by the phoneme tag in synthesize().
* Moving PicoTts plugin under the pico directory of external/svoxCharles Chen2009-06-221-0/+92