From 809d80472d6de3efa3d1e84b0164e53779d71752 Mon Sep 17 00:00:00 2001 From: Vachounet Date: Sun, 4 Feb 2018 17:18:14 +0100 Subject: [PATCH] sanders: add health HIDL --- configs/manifest.xml | 9 +++++++++ device.mk | 1 + 2 files changed, 10 insertions(+) diff --git a/configs/manifest.xml b/configs/manifest.xml index 03ca113..a2d8fc3 100644 --- a/configs/manifest.xml +++ b/configs/manifest.xml @@ -401,5 +401,14 @@ imsrtpservice + + android.hardware.health + hwbinder + 1.0 + + IHealth + default + + diff --git a/device.mk b/device.mk index e908a09..95b00be 100644 --- a/device.mk +++ b/device.mk @@ -198,6 +198,7 @@ PRODUCT_PACKAGES += \ # health PRODUCT_PACKAGES += \ + android.hardware.health@1.0-convert \ android.hardware.health@1.0-impl \ android.hardware.health@1.0-service