mondrianwifi: Build 2.1 health HAL

The devices fail to boot otherwise.

Change-Id: I5bc6ae361a5319224b87ef6a4d7127b6b5bc9a97
This commit is contained in:
nyyu 2021-08-24 17:57:56 +02:00
parent ea608f5149
commit f5026de1b6
2 changed files with 5 additions and 9 deletions

View File

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

View File

@ -95,15 +95,6 @@
<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.ir</name>
<transport>hwbinder</transport>