MediaPlayer2: replace IPCThreadState with libbinder_ndk.
Test: make libmedia2_jni Bug: 112766913 Change-Id: I49c77faea008e873f41f5e496a525d77fe6230c4
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user