msm8226-common: add health HAL

Change-Id: Ib934ab27f49bd27ba0285db505d2b5fa198522ef
This commit is contained in:
Michael Bestas 2019-01-24 20:36:36 +02:00 committed by Francescodario Cuzzocrea
parent 0aa20e9303
commit cfc18d73b6
2 changed files with 14 additions and 0 deletions

View file

@ -104,6 +104,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>backup</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.keymaster</name>
<transport arch="32">passthrough</transport>

View file

@ -148,6 +148,11 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/gps/etc/gps.conf:system/etc/gps.conf \
$(LOCAL_PATH)/gps/etc/izat.conf:system/etc/izat.conf \
$(LOCAL_PATH)/gps/etc/sap.conf:system/etc/sap.conf
# Health
PRODUCT_PACKAGES += \
android.hardware.health@2.0-impl \
android.hardware.health@2.0-service
# Keylayouts
PRODUCT_COPY_FILES += \