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:
Android (Google) Code Review
2009-06-02 17:22:18 -07:00

View File

@@ -120,7 +120,7 @@ public class SynthProxy {
} }
static { static {
System.loadLibrary("synthproxy"); System.loadLibrary("ttssynthproxy");
} }
private final static String TAG = "SynthProxy"; private final static String TAG = "SynthProxy";