Use non-LTO variant of libhwbinder

... as a workaround for build system does not currently infer non-LTO
usage from Android.mk.

Test: m
Bug: 77320844
Change-Id: Iefe5d08b907133b4cdf1516efee73b2c0161f77e
diff --git a/healthd/Android.mk b/healthd/Android.mk
index 7792eaf..00ae159 100644
--- a/healthd/Android.mk
+++ b/healthd/Android.mk
@@ -100,7 +100,7 @@
     android.hardware.health@1.0-convert \
     libhidltransport \
     libhidlbase \
-    libhwbinder \
+    libhwbinder_nolto \
     libhealthstoragedefault \
     libvndksupport \
     libhealthd_charger \