Merge change 2971 into donut
* changes: Corrected the name of the native library the SynthProxy class loads (libttssynthproxy instead of libsynthproxy) to match the lib name from frameworks/base/tts/jni/Android.mk.
This commit is contained in:
@@ -120,7 +120,7 @@ public class SynthProxy {
|
||||
}
|
||||
|
||||
static {
|
||||
System.loadLibrary("synthproxy");
|
||||
System.loadLibrary("ttssynthproxy");
|
||||
}
|
||||
|
||||
private final static String TAG = "SynthProxy";
|
||||
|
||||
Reference in New Issue
Block a user