Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f5bcbc7 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

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.
parents e00a3dca 759284db
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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";