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

Commit 85a83435 authored by Dongwon Kang's avatar Dongwon Kang Committed by Android (Google) Code Review
Browse files

Merge "MediaPlayer2: replace IPCThreadState with libbinder_ndk."

parents 634d8656 c7011b08
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ cc_library_shared {
        "libhidlbase",
        "libhidlmemory",

        "libpowermanager",  // Used by JWakeLock. Will be replace with public SDJ API.
        "libpowermanager",  // Used by JWakeLock. Will be replace with public SDK API.
        "libmediametrics",  // Used by MediaMetrics. Will be replaced with stable C API.
        "libbinder",  // Used by JWakeLock and MediaMetrics.

@@ -111,6 +111,7 @@ cc_library_shared {

        // NDK or NDK-compliant
        "libandroid",
        "libbinder_ndk",
        "libmediandk",
        "libnativehelper_compat_libc++",
        "liblog",