am 2c159ec0: Merge change 2971 into donut
Merge commit '2c159ec05b8fc52166e22d7c4f49cf43d10b487b' * commit '2c159ec05b8fc52166e22d7c4f49cf43d10b487b': 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:
committed by
The Android Open Source Project
commit
367152c8f4
@@ -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