From 9dddfbc77a74c627717b826c7e0777a03448a939 Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Mon, 9 Apr 2018 10:40:06 -0700 Subject: [PATCH] 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 --- healthd/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthd/Android.mk b/healthd/Android.mk index 00ae159b6..818488d4e 100644 --- a/healthd/Android.mk +++ b/healthd/Android.mk @@ -100,7 +100,7 @@ CHARGER_STATIC_LIBRARIES := \ android.hardware.health@1.0-convert \ libhidltransport \ libhidlbase \ - libhwbinder_nolto \ + libhwbinder_noltopgo \ libhealthstoragedefault \ libvndksupport \ libhealthd_charger \