Use the non-LTO/PGO hwbinder in libmedia2_jni
Bug: http://b/119560349 Currently, any binary links in a PGO-enabled static library also needs to opt into PGO. With b/119560349, this should be done automatically by the build system. Until then, use the non-PGO version of libhwbinder in libmedia2_jni. Test: m ANDROID_PGO_INSTRUMENT=all Change-Id: I0bdd1b56c9e9417ea62d9db8986a10b93b2260b9
This commit is contained in:
@@ -116,7 +116,7 @@ cc_library_shared {
|
||||
"libhidlbase",
|
||||
"libhidlmemory",
|
||||
"libhidltransport",
|
||||
"libhwbinder",
|
||||
"libhwbinder_noltopgo",
|
||||
"libbinderthreadstate",
|
||||
|
||||
// MediaPlayer2 implementation
|
||||
|
||||
Reference in New Issue
Block a user