msm8937-common: Build health HAL
Change-Id: I9609aa4dd030f2b21eafc9e4975a0fde2f9bea81
This commit is contained in:
parent
fc9805e829
commit
cf56744f55
2 changed files with 13 additions and 0 deletions
|
@ -128,6 +128,15 @@ included.
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</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">
|
<hal format="hidl">
|
||||||
<name>android.hardware.ir</name>
|
<name>android.hardware.ir</name>
|
||||||
<transport arch="32+64">passthrough</transport>
|
<transport arch="32+64">passthrough</transport>
|
||||||
|
|
4
product/healthd.mk
Normal file
4
product/healthd.mk
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Healthd
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.health@1.0-impl \
|
||||||
|
android.hardware.health@1.0-service
|
Loading…
Reference in a new issue