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

Commit 9dddfbc7 authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar
Browse files

Use the non-LTO, non-PGO version of libhwbinder

Bug: http://b/77320844

Android.mk doesn't have support for PGO either.  This causes linker
error (about missing __llvm_profile symbols) in the PGO-instrumentation
enabled builds in the release branch.

Test: m ANDROID_PGO_INSTRUMENT=ALL
Change-Id: I84fda4f1ac4f00ac26869507c6f5640b4ec9f6f3
parent c8679417
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ CHARGER_STATIC_LIBRARIES := \
    android.hardware.health@1.0-convert \
    libhidltransport \
    libhidlbase \
    libhwbinder_nolto \
    libhwbinder_noltopgo \
    libhealthstoragedefault \
    libvndksupport \
    libhealthd_charger \