wayne-common: Uprev to health@2.0 hal.
Test: adb logcat -e health Test: lshal --debug Change-Id: I3b14f087d95578d034898600592cb6fb357a9958
This commit is contained in:
parent
389f89ae12
commit
2113026525
2 changed files with 2 additions and 4 deletions
|
@ -143,7 +143,7 @@
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.health</name>
|
<name>android.hardware.health</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<version>1.0</version>
|
<version>2.0</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IHealth</name>
|
<name>IHealth</name>
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
|
|
4
wayne.mk
4
wayne.mk
|
@ -233,9 +233,7 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
# Healthd
|
# Healthd
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.health@1.0-convert \
|
android.hardware.health@2.0-service
|
||||||
android.hardware.health@1.0-impl \
|
|
||||||
android.hardware.health@1.0-service
|
|
||||||
|
|
||||||
# HIDL
|
# HIDL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Reference in a new issue