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 Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com> Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
parent
2e1d57ab1c
commit
2cf97f4493
1 changed files with 1 additions and 2 deletions
|
@ -137,8 +137,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Health
|
# Health
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.health@2.1-impl \
|
android.hardware.health@2.1-impl-qti \
|
||||||
android.hardware.health@2.1-impl.recovery \
|
|
||||||
android.hardware.health@2.1-service
|
android.hardware.health@2.1-service
|
||||||
|
|
||||||
# HIDL
|
# HIDL
|
||||||
|
|
Loading…
Reference in a new issue