From fbef578231f713adce3dc5481107c86862874794 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sat, 16 Aug 2025 09:53:01 +0100 Subject: [PATCH] perseus: Switch to AIDL LiveDisplay HAL To be noted that it now includes VINTF fragments. Change-Id: Ic20c950e243a0b6e50822034e17a7ef364f80d49 --- device.mk | 2 +- manifest.xml | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/device.mk b/device.mk index f628c56..386bafa 100644 --- a/device.mk +++ b/device.mk @@ -81,7 +81,7 @@ PRODUCT_COPY_FILES += \ # LiveDisplay PRODUCT_PACKAGES += \ - vendor.lineage.livedisplay@2.0-service.xiaomi_sdm845 + vendor.lineage.livedisplay-service.xiaomi_sdm845 # NFC PRODUCT_PACKAGES += \ diff --git a/manifest.xml b/manifest.xml index d8f2ad8..3ceccd7 100644 --- a/manifest.xml +++ b/manifest.xml @@ -44,21 +44,4 @@ default - - vendor.lineage.livedisplay - hwbinder - 2.0 - - IDisplayModes - default - - - IPictureAdjustment - default - - - ISunlightEnhancement - default - -