sm7250-common: vendor-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.

Change-Id: I96ee53ef15dd61c98d317e9ec221456ca564249f
This commit is contained in:
Subbaraman Narayanamurthy
2020-08-27 17:24:04 -07:00
committed by Sandeep-FED
parent ddef1808a2
commit e936225bf0

View File

@@ -299,7 +299,7 @@ PRODUCT_COPY_FILES += \
# Health # Health
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.health@2.1-impl \ android.hardware.health@2.1-impl-qti \
android.hardware.health@2.1-service android.hardware.health@2.1-service
# HIDL # HIDL