sanders: add health HIDL

This commit is contained in:
Vachounet
2018-02-04 17:18:14 +01:00
committed by therootlord
parent 1bb7d60aeb
commit 809d80472d
2 changed files with 10 additions and 0 deletions

View File

@@ -401,5 +401,14 @@
<instance>imsrtpservice</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.health</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IHealth</name>
<instance>default</instance>
</interface>
</hal>
</manifest>

View File

@@ -198,6 +198,7 @@ PRODUCT_PACKAGES += \
# health
PRODUCT_PACKAGES += \
android.hardware.health@1.0-convert \
android.hardware.health@1.0-impl \
android.hardware.health@1.0-service