From 29e69cc0aee343f6cc6c47eeec0f7809d2602cb3 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Fri, 26 Jul 2024 23:35:51 +0100 Subject: [PATCH] g12: Drop prebuilt health HAL The batteryless custom health HAL is now built for all amlogic targets. Change-Id: I1434556422ec5e78d34c0303ca75ad1eefd56cab --- g12.mk | 4 ---- proprietary-files.txt | 6 ------ 2 files changed, 10 deletions(-) diff --git a/g12.mk b/g12.mk index 25acdeb..9a46c37 100644 --- a/g12.mk +++ b/g12.mk @@ -77,10 +77,6 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/mesondisplay.cfg:$(TARGET_COPY_OUT_RECOVERY)/root/system/etc/mesondisplay.cfg \ $(LOCAL_PATH)/configs/mesondisplay.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/mesondisplay.cfg -## Health -PRODUCT_PACKAGES += \ - android.hardware.health@2.1.vendor - # Init-Files PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/init-files/init.amlogic.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.amlogic.rc \ diff --git a/proprietary-files.txt b/proprietary-files.txt index c55945b..05c3181 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -92,12 +92,6 @@ vendor/lib/libamgralloc_ext.so # HDMI CEC vendor/lib/hw/hdmi_cec.amlogic.so -# Health -vendor/bin/hw/android.hardware.health@2.1-service.droidlogic -vendor/etc/init/android.hardware.health@2.1-service.droidlogic.rc -vendor/etc/vintf/manifest/android.hardware.health@2.1-servcie.droidlogic.xml -vendor/lib/hw/android.hardware.health@2.0-impl-2.1.droidlogic.so - # Kernel Modules vendor/lib/modules/amlogic_fbc_lib.ko:vendor_dlkm/lib/modules/amlogic_fbc_lib.ko -- 2.20.1