zenfone7: Move to QTI health AIDL service
The health AIDL HAL service provides functionalities of charger,
therefore system charger at /system/bin/charger is deprecated.
On top of that, QTI health AIDL HAL service enables suspend by
default, the equivalent of setting ro.charger.enable_suspend
for legacy charger.
Change-Id: I59c23e7974cea1174b0161f31a535fa3afa1e5c9
diff --git a/device.mk b/device.mk
index 1f16852..c7e5a5c 100755
--- a/device.mk
+++ b/device.mk
@@ -188,8 +188,7 @@
# Health
PRODUCT_PACKAGES += \
- android.hardware.health@2.1-impl \
- android.hardware.health@2.1-service
+ android.hardware.health-service.qti
# Health for charing control
PRODUCT_PACKAGES += \