From ccaf40fbc34be88ea5bc797cd050790c8f9aa204 Mon Sep 17 00:00:00 2001 From: Subbaraman Narayanamurthy Date: Thu, 24 Feb 2022 18:40:23 +0300 Subject: [PATCH] sm7250-common: Add QTI health implementation Add QTI health implementation so that it waits for battery power supply for a max timeout of 5 seconds. This is to ensure by the time health HAL service starts, battery power supply device is available. Without this, health HAL couldn't find battery power supply sometimes because of the time taken for battery charger driver to probe on platforms where it can happen only after the remote subsytem is bought out of reset. --- lito.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lito.mk b/lito.mk index d38ad45..e85e6b9 100644 --- a/lito.mk +++ b/lito.mk @@ -225,7 +225,7 @@ PRODUCT_PACKAGES += \ # Health PRODUCT_PACKAGES += \ - android.hardware.health@2.1-impl \ + android.hardware.health@2.1-impl-qti \ android.hardware.health@2.1-service # HIDL