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:
Pirama Arumuga Nainar
2019-01-29 10:35:07 -08:00
parent 5af35cba45
commit 5b6c39d94c

View File

@@ -116,7 +116,7 @@ cc_library_shared {
"libhidlbase",
"libhidlmemory",
"libhidltransport",
"libhwbinder",
"libhwbinder_noltopgo",
"libbinderthreadstate",
// MediaPlayer2 implementation