From 7ad0fea5b9195c5a250286584b0a19c1167294b2 Mon Sep 17 00:00:00 2001 From: Albert Tang Date: Thu, 29 Aug 2024 14:17:35 -0500 Subject: [PATCH] dre: livedisplay: Disable sunlight enhancement Our panel does not support high brightness mode. Change-Id: Id836295a231e6afca15ef71c15c5fb41f8029b8e --- device.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device.mk b/device.mk index 68a366f..1c27c6d 100644 --- a/device.mk +++ b/device.mk @@ -247,6 +247,8 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ vendor.lineage.livedisplay@2.1-service.oplus +$(call soong_config_set,OPLUS_LINEAGE_LIVEDISPLAY_HAL,ENABLE_SE,false) + # Media PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/media_profiles_holi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_vendor.xml