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

Commit 5b6c39d9 authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar
Browse files

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
parent 5af35cba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ cc_library_shared {
        "libhidlbase",
        "libhidlmemory",
        "libhidltransport",
        "libhwbinder",
        "libhwbinder_noltopgo",
        "libbinderthreadstate",

        // MediaPlayer2 implementation