From 8a6b5c05e777a1671637972ed0eac71b0cfdba08 Mon Sep 17 00:00:00 2001 From: Himanshu Agrawal Date: Thu, 17 May 2018 17:24:14 +0530 Subject: [PATCH] sanders: Changing healthd version to 2.0 Change-Id: I13ddaa133bb9edcca200d5fe7320cf5fa9f66f0f --- configs/manifest.xml | 2 +- device.mk | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/configs/manifest.xml b/configs/manifest.xml index c24ab20..0dae912 100644 --- a/configs/manifest.xml +++ b/configs/manifest.xml @@ -125,7 +125,7 @@ android.hardware.health hwbinder - 1.0 + 2.0 IHealth default diff --git a/device.mk b/device.mk index 856324f..d3a605b 100644 --- a/device.mk +++ b/device.mk @@ -217,9 +217,8 @@ PRODUCT_PACKAGES += \ # health PRODUCT_PACKAGES += \ - android.hardware.health@1.0-convert \ - android.hardware.health@1.0-impl \ - android.hardware.health@1.0-service + android.hardware.health@2.0-impl \ + android.hardware.health@2.0-service # IRSC PRODUCT_COPY_FILES += \