sm7125-common: 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
This commit is contained in:
Bruno Martins
2023-11-13 13:48:00 +00:00
committed by theshaenix
parent d7b1c2071f
commit 5e170e74b3
2 changed files with 1 additions and 6 deletions

View File

@@ -184,9 +184,7 @@ PRODUCT_COPY_FILES += \
# Health
PRODUCT_PACKAGES += \
android.hardware.health@2.1-impl-qti \
android.hardware.health@2.1-service
android.hardware.health-service.qti
# HIDL
PRODUCT_PACKAGES += \
android.hidl.base@1.0 \

View File

@@ -1,6 +1,3 @@
# Charger
ro.charger.enable_suspend=true
# Display
debug.sf.hw=0
debug.egl.hw=0