sdm710-common: Uprev health impl and service to 2.1
This commit is contained in:
parent
bf630c3a23
commit
91e826f8ca
2 changed files with 3 additions and 3 deletions
|
@ -653,7 +653,7 @@
|
|||
<hal format="hidl">
|
||||
<name>android.hardware.health</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.0</version>
|
||||
<version>2.1</version>
|
||||
<interface>
|
||||
<name>IHealth</name>
|
||||
<instance>default</instance>
|
||||
|
|
|
@ -204,8 +204,8 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Health
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.health@2.0-impl-qti \
|
||||
android.hardware.health@2.0-service
|
||||
android.hardware.health@2.1-impl-qti \
|
||||
android.hardware.health@2.1-service
|
||||
|
||||
# HIDL
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in a new issue