From 652a379d7032ea645ce86da62f6fe6a7c8dae23a Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Mon, 18 Aug 2025 00:10:46 +0100 Subject: [PATCH] sm8750-common: Disable LiveDisplay SunlightEnhancement feature Even if it worked, devices should use HBM setup via display config. Change-Id: I882424699b7eba6e12b2a558903d94b243edbfc8 --- common.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.mk b/common.mk index 9c27d50..fb6bad8 100644 --- a/common.mk +++ b/common.mk @@ -260,6 +260,8 @@ $(call soong_config_set,lineage_health,charging_control_charging_path,/sys/class PRODUCT_PACKAGES += \ vendor.lineage.livedisplay-service.oplus +$(call soong_config_set,OPLUS_LINEAGE_LIVEDISPLAY_HAL,ENABLE_SE,false) + # Media PRODUCT_COPY_FILES += \ $(AUDIO_HAL_DIR)/configs/common/codec2/media_codecs_c2_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_c2_audio.xml \