Skip to content

Commit

Permalink
BoardConfig.mk: remove BOARD_CHARGER_DISABLE_INIT_BLANK
Browse files Browse the repository at this point in the history
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
  • Loading branch information
erfanoabdi authored and Azkali committed Oct 8, 2024
1 parent 611b1d7 commit 6b27f73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 := $(DEVICE_PATH)/charger/images

# Partitions
Expand Down

0 comments on commit 6b27f73

Please sign in to comment.