diff --git a/lito.mk b/lito.mk index 05798e1..4511ff5 100644 --- a/lito.mk +++ b/lito.mk @@ -227,8 +227,8 @@ PRODUCT_PACKAGES += \ # Health PRODUCT_PACKAGES += \ - android.hardware.health-service.example \ - android.hardware.health@2.1-impl + android.hardware.health@2.1-impl \ + android.hardware.health@2.1-service # HIDL PRODUCT_PACKAGES += \ diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index a7a4ebd..6ee206e 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -758,6 +758,13 @@ service profiler_daemon /system/bin/profiler_daemon group root disabled +service charger /system/bin/charger + class charger + user system + group system graphics input + capabilities SYS_BOOT + seclabel u:r:charger:s0 + service diag_mdlog_start /system/vendor/bin/diag_mdlog -u -c -n 20 class late_start user shell