msm8937-common: Build health HAL

Change-Id: I9609aa4dd030f2b21eafc9e4975a0fde2f9bea81
This commit is contained in:
Bruno Martins 2018-02-06 23:13:59 +00:00 committed by Isaac Chen
parent fc9805e829
commit cf56744f55
2 changed files with 13 additions and 0 deletions

View file

@ -128,6 +128,15 @@ included.
<instance>default</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>
<hal format="hidl">
<name>android.hardware.ir</name>
<transport arch="32+64">passthrough</transport>

4
product/healthd.mk Normal file
View file

@ -0,0 +1,4 @@
# Healthd
PRODUCT_PACKAGES += \
android.hardware.health@1.0-impl \
android.hardware.health@1.0-service