diff --git a/aidl/health/Android.bp b/aidl/health/Android.bp index 7fa6f86..19b667c 100644 --- a/aidl/health/Android.bp +++ b/aidl/health/Android.bp @@ -35,7 +35,7 @@ cc_binary { vendor: true, defaults: ["android.hardware.health-service.xiaomi-defaults"], init_rc: ["android.hardware.health-service.xiaomi.rc"], - overrides: ["charger"], + overrides: ["charger","android.hardware.health-service.qti"], } cc_binary { @@ -44,5 +44,5 @@ cc_binary { recovery: true, defaults: ["android.hardware.health-service.xiaomi-defaults"], init_rc: ["android.hardware.health-service.xiaomi_recovery.rc"], - overrides: ["charger.recovery"], + overrides: ["charger.recovery", "android.hardware.health-service.qti_recovery"], }