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: Ib5dfdea88073bd95da2cd02e92c85bfffcca80d6
This commit is contained in:
Pirama Arumuga Nainar
2018-04-09 10:38:24 -07:00
parent 7fdb6355e4
commit 2ca4a403e7

View File

@@ -156,7 +156,7 @@ LOCAL_STATIC_LIBRARIES := \
libhealthstoragedefault \ libhealthstoragedefault \
libhidltransport \ libhidltransport \
libhidlbase \ libhidlbase \
libhwbinder_nolto \ libhwbinder_noltopgo \
libvndksupport \ libvndksupport \
libbatterymonitor libbatterymonitor