diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2009-08-27 11:06:54 -0700 |
---|---|---|
committer | Jean-Michel Trivi <jmtrivi@google.com> | 2009-08-27 11:06:54 -0700 |
commit | 39478b6612978a244cb8dba87a78eccda8311454 (patch) | |
tree | 735f030374a3befb28a7db7685209fbf16d08ba5 /pico | |
parent | c5cd30964064283aac93b09259e36a2d936ddf81 (diff) | |
download | external_svox-39478b6612978a244cb8dba87a78eccda8311454.zip external_svox-39478b6612978a244cb8dba87a78eccda8311454.tar.gz external_svox-39478b6612978a244cb8dba87a78eccda8311454.tar.bz2 |
Fix the issue where the native lib for the Pico TTS engine gets
copied both to /system/lib and the PicoTts.apk (where it gets installed
to /data/data/com.svox.pico/lib/).
Diffstat (limited to 'pico')
-rwxr-xr-x | pico/Android.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pico/Android.mk b/pico/Android.mk index 7a182e4..1dd1b60 100755 --- a/pico/Android.mk +++ b/pico/Android.mk @@ -16,8 +16,6 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files) LOCAL_PACKAGE_NAME := PicoTts -LOCAL_JNI_SHARED_LIBRARIES := libttspico - include $(BUILD_PACKAGE) # Build Pico Shared Library |