From fef9d8991eca515637cabb1307bc69b09c835be0 Mon Sep 17 00:00:00 2001 From: DmFrPro Date: Tue, 17 Dec 2019 15:58:24 +0400 Subject: [PATCH] sdm710-common: Build health 2.0 impl and service * Build healthd 2.0 HIDL Unable to set property "ctl.interface_start" to "android.hardware.health@2.0::IHealth/default": error code: 0x20 05-26 19:22:15.101 511 2639 I hwservicemanager: Tried to start android.hardware.health@2.0::IHealth/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly. --- manifest.xml | 9 +++++++++ sdm710.mk | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/manifest.xml b/manifest.xml index e14bfb9..d0a3399 100644 --- a/manifest.xml +++ b/manifest.xml @@ -674,4 +674,13 @@ default + + android.hardware.health + hwbinder + 2.0 + + IHealth + default + + diff --git a/sdm710.mk b/sdm710.mk index 12671b7..1175b20 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -198,8 +198,8 @@ PRODUCT_PACKAGES += \ # Health PRODUCT_PACKAGES += \ - android.hardware.health@2.1-impl-qti \ - android.hardware.health@2.1-service + android.hardware.health@2.0-impl-qti \ + android.hardware.health@2.0-service # HIDL PRODUCT_PACKAGES += \