From d5e6bcaee5d9b3ec23fa3624b1c3c7345c22cef8 Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Wed, 10 Aug 2022 12:23:36 -0600 Subject: [PATCH] msm8974-common: switch to new AIDL light HAL Old hardware.light hidl will cause OS to get stuck at boot animation. --- manifest.xml | 9 --------- msm8974.mk | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/manifest.xml b/manifest.xml index 8edd55c..5ab980f 100644 --- a/manifest.xml +++ b/manifest.xml @@ -111,15 +111,6 @@ default - - android.hardware.light - hwbinder - 2.0 - - ILight - default - - android.hardware.media.omx hwbinder diff --git a/msm8974.mk b/msm8974.mk index 1203e8d..143c143 100644 --- a/msm8974.mk +++ b/msm8974.mk @@ -136,7 +136,7 @@ PRODUCT_PACKAGES += \ # Lights PRODUCT_PACKAGES += \ - android.hardware.light@2.0-service.samsung + android.hardware.light-service.samsung # LiveDisplay PRODUCT_PACKAGES += \