From aace2d24e81e13763f31a8120e36622035772a67 Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Tue, 8 Oct 2024 18:01: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 4f276e7..a0a1791 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -25,7 +25,6 @@ BOARD_ROOT_EXTRA_FOLDERS += efs # Offline charging BOARD_CHARGER_ENABLE_SUSPEND := true -BOARD_CHARGER_DISABLE_INIT_BLANK := true BOARD_HEALTHD_CUSTOM_CHARGER_RES := $(DEVICE_PATH)/charger/images # Soong namespaces