msm8974-common: Build 2.1 health HAL

The devices fail to boot otherwise.

Change-Id: I5bc6ae361a5319224b87ef6a4d7127b6b5bc9a97
This commit is contained in:
Bruno Martins 2020-09-29 10:45:23 +01:00 committed by Kevin F. Haggerty
parent ba9f5728e6
commit ae581bc02d
No known key found for this signature in database
GPG Key ID: 6D95512933112729
2 changed files with 5 additions and 9 deletions

View File

@ -93,15 +93,6 @@
<instance>default</instance> <instance>default</instance>
</interface> </interface>
</hal> </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"> <hal format="hidl">
<name>android.hardware.ir</name> <name>android.hardware.ir</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View File

@ -111,6 +111,11 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/gps/etc/izat.conf:system/etc/izat.conf \ $(LOCAL_PATH)/gps/etc/izat.conf:system/etc/izat.conf \
$(LOCAL_PATH)/gps/etc/sap.conf:system/etc/sap.conf $(LOCAL_PATH)/gps/etc/sap.conf:system/etc/sap.conf
# Health
PRODUCT_PACKAGES += \
android.hardware.health@2.1-impl \
android.hardware.health@2.1-service
# IR Blaster # IR Blaster
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.ir@1.0-service.samsung android.hardware.ir@1.0-service.samsung