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

Commit 2c159ec0 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 7322c96c 1f4b92a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ public class SynthProxy {
    }

    static {
        System.loadLibrary("synthproxy");
        System.loadLibrary("ttssynthproxy");
    }

    private final static String TAG = "SynthProxy";