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
diff --git a/Android.mk b/Android.mk
index 4f7ced2..7e0ad12 100644
--- a/Android.mk
+++ b/Android.mk
@@ -156,7 +156,7 @@
     libhealthstoragedefault \
     libhidltransport \
     libhidlbase \
-    libhwbinder_nolto \
+    libhwbinder_noltopgo \
     libvndksupport \
     libbatterymonitor