davinci: Uprev health HAL to v2.1

Bug: 145943771
Test: lshal debug android.hardware.health@2.1::IHealth/default
Change-Id: I84f20459f5579e318d8e9f5f9ce68a733df27c53
Signed-off-by: Jack Wu <wjack@google.com>
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
This commit is contained in:
Jack Wu 2020-03-05 14:23:34 +08:00 committed by Arian
parent 53571bde42
commit b69b94ab30
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9
2 changed files with 2 additions and 11 deletions

View File

@ -79,16 +79,6 @@
</interface> </interface>
<fqname>@1.0::IGatekeeper/default</fqname> <fqname>@1.0::IGatekeeper/default</fqname>
</hal> </hal>
<hal format="hidl">
<name>android.hardware.health</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IHealth</name>
<instance>default</instance>
</interface>
<fqname>@2.0::IHealth/default</fqname>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.keymaster</name> <name>android.hardware.keymaster</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View File

@ -198,7 +198,8 @@ PRODUCT_COPY_FILES += \
# Health # Health
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.health@2.0-service android.hardware.health@2.1-impl \
android.hardware.health@2.1-service
# HIDL # HIDL
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \