summaryrefslogtreecommitdiffstats
path: root/tts
diff options
context:
space:
mode:
Diffstat (limited to 'tts')
-rwxr-xr-xtts/java/android/tts/SynthProxy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tts/java/android/tts/SynthProxy.java b/tts/java/android/tts/SynthProxy.java
index 4ed9754..e065f40 100755
--- a/tts/java/android/tts/SynthProxy.java
+++ b/tts/java/android/tts/SynthProxy.java
@@ -120,7 +120,7 @@ public class SynthProxy {
}
static {
- System.loadLibrary("synthproxy");
+ System.loadLibrary("ttssynthproxy");
}
private final static String TAG = "SynthProxy";