From 1266d87c010b640b47cc21cc83a11d938ccf7e8e Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Tue, 8 Oct 2024 17:44:40 +0200 Subject: [PATCH] BoardConfig.mk: remove BOARD_CHARGER_DISABLE_INIT_BLANK the following config causes flicker in offline charging mode on VPX23 - needs to be replaced by 'ro.charger.disable_init_blank=true' property for device who needs the config enabled --- BoardConfig.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 55355ed..3b42684 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -47,7 +47,6 @@ DEVICE_FRAMEWORK_MANIFEST_FILE := $(DEVICE_PATH)/framework_manifest.xml # Offline charging BOARD_CHARGER_ENABLE_SUSPEND := true -BOARD_CHARGER_DISABLE_INIT_BLANK := true BOARD_HEALTHD_CUSTOM_CHARGER_RES := true # Partitions