sdm710-common: Uprev health impl and service to 2.1

This commit is contained in:
Pasha 2023-06-24 11:04:36 +03:00 committed by Ultra119
parent bf630c3a23
commit 91e826f8ca
2 changed files with 3 additions and 3 deletions

View file

@ -653,7 +653,7 @@
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.health</name> <name>android.hardware.health</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
<version>2.0</version> <version>2.1</version>
<interface> <interface>
<name>IHealth</name> <name>IHealth</name>
<instance>default</instance> <instance>default</instance>

View file

@ -204,8 +204,8 @@ PRODUCT_PACKAGES += \
# Health # Health
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.health@2.0-impl-qti \ android.hardware.health@2.1-impl-qti \
android.hardware.health@2.0-service android.hardware.health@2.1-service
# HIDL # HIDL
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \