From 47e84a60509ba5854f840ce2386dbefbf0813473 Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Tue, 24 Oct 2023 07:21:31 +0530 Subject: [PATCH] universal7885: Set BOARD_MINIMUM_DISPLAY_BRIGHTNESS to 1 * https://github.com/LineageOS/android_hardware_samsung_slsi-linaro_graphics/commit/637d6700a4cceed9fa914319b02e26f4c509991e Change-Id: Ie601911ed48639757a9bf61eb8789a28adb5577e --- universal7885-common/BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/universal7885-common/BoardConfigCommon.mk b/universal7885-common/BoardConfigCommon.mk index 57f6dd3..d96bdc7 100644 --- a/universal7885-common/BoardConfigCommon.mk +++ b/universal7885-common/BoardConfigCommon.mk @@ -52,6 +52,7 @@ TARGET_USES_UNIVERSAL_LIBHWJPEG := # Display TARGET_USES_VULKAN := true +BOARD_MINIMUM_DISPLAY_BRIGHTNESS := 1 # Filesystem TARGET_USERIMAGES_USE_EXT4 := true