Fix an unnecessary dependency (framework => health@2.0-java)
...because BatteryManager does not need to talk to the HAL
directly.
Test: boots
Bug: 63702641
Change-Id: I50c751ab383a44966e768d86ff1f3b67858e47d9
diff --git a/services/core/Android.mk b/services/core/Android.mk
index 599485f..1659133 100644
--- a/services/core/Android.mk
+++ b/services/core/Android.mk
@@ -34,6 +34,8 @@
time_zone_distro \
time_zone_distro_installer \
android.hidl.base-V1.0-java \
+ android.hardware.health-V1.0-java \
+ android.hardware.health-V2.0-java \
android.hardware.weaver-V1.0-java \
android.hardware.biometrics.fingerprint-V2.1-java \
android.hardware.oemlock-V1.0-java \