summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2021-03-10 17:53:38 +0530
committerAmit Pundir <amit.pundir@linaro.org>2021-03-17 09:22:16 +0000
commit4bcec51c1b30cebfc413001d6252ba353309a182 (patch)
treee0d2c01d9aba2e8c9ba07d3f791b54f3d5f1191c /device-common.mk
parente1344339e3f1f0714a55fd2a66367eda16b9ebc9 (diff)
health: Switch to Cuttlefish' healthd HAL impl
Mostly for the fake battery stats to keep the Android Runtime happy. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: Ie08ffb2f22413532f6cc2eec71e02141aed17212
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/device-common.mk b/device-common.mk
index 918bed0..58353b8 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -163,8 +163,8 @@ PRODUCT_PACKAGES += \
# Health
PRODUCT_PACKAGES += \
- android.hardware.health@2.0-service \
- android.hardware.health@2.0-impl
+ android.hardware.health@2.1-impl-cuttlefish \
+ android.hardware.health@2.1-service
# mkbootimg host tool to build boot.img separately
PRODUCT_HOST_PACKAGES := \