flo/deb: Add health@2.0-service

This commit is contained in:
followmsi 2020-11-26 11:09:21 +01:00
parent 35a1e8206f
commit 305e464c30
2 changed files with 14 additions and 0 deletions

View File

@ -201,6 +201,11 @@ PRODUCT_PACKAGES += \
android.hardware.power@1.0-impl \
power.flo
# Healthd
PRODUCT_PACKAGES += \
android.hardware.health@2.0-impl \
android.hardware.health@2.0-service
# Ramdisk
PRODUCT_PACKAGES += \
fstab.flo \

View File

@ -26,6 +26,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.health</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IHealth</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.camera.provider</name>
<transport arch="32">passthrough</transport>