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

Commit 1f6ba4f3 authored by Sanket Agarwal's avatar Sanket Agarwal Committed by android-build-merger
Browse files

Change A2dpSinkService package from a2dp -> a2dpsink. am: eb471116

am: 42b761d1

* commit '42b761d1':
  Change A2dpSinkService package from a2dp -> a2dpsink.

Change-Id: I8ec7a6847be7d8b6cac1e70740a6641de05772d0
parents e1cbec6e 42b761d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ static JNINativeMethod sMethods[] = {

int register_com_android_bluetooth_a2dp_sink(JNIEnv* env)
{
    return jniRegisterNativeMethods(env, "com/android/bluetooth/a2dp/A2dpSinkStateMachine",
    return jniRegisterNativeMethods(env, "com/android/bluetooth/a2dpsink/A2dpSinkStateMachine",
                                    sMethods, NELEM(sMethods));
}