diff --git a/healthd/Android.bp b/healthd/Android.bp index cefe09d5e..49d53503b 100644 --- a/healthd/Android.bp +++ b/healthd/Android.bp @@ -59,15 +59,6 @@ cc_binary { defaults: ["android.hardware.health@2.0-service_defaults"], } -cc_binary { - name: "android.hardware.health@2.0-service.override", - defaults: ["android.hardware.health@2.0-service_defaults"], - - overrides: [ - "healthd", - ], -} - cc_binary { name: "healthd", init_rc: ["healthd.rc"], @@ -101,4 +92,7 @@ cc_binary { "android.hardware.health@2.0", ], + vintf_fragments: [ + "manifest_healthd.xml" + ], } diff --git a/healthd/manifest_healthd.xml b/healthd/manifest_healthd.xml new file mode 100644 index 000000000..097a7d87a --- /dev/null +++ b/healthd/manifest_healthd.xml @@ -0,0 +1,11 @@ + + + android.hardware.health + hwbinder + 2.0 + + IHealth + backup + + +