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

Commit 367152c8 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 2c159ec0: Merge change 2971 into donut

Merge commit '2c159ec0'

* commit '2c159ec0':
  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 cabee5b8 2c159ec0
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";