From 4cd324da9410a9ae532c1525ad17f2ff9ea9ce7e Mon Sep 17 00:00:00 2001 From: Vasishath Kaushal Date: Wed, 6 Jun 2018 22:39:15 +0530 Subject: [PATCH] whyred: Enable charger suspend flag --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index c5e87db..9971b0a 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -146,6 +146,9 @@ TARGET_USES_MEDIA_EXTENSIONS := true USE_DEVICE_SPECIFIC_CAMERA := true TARGET_USES_QTI_CAMERA_DEVICE := true +# Charger +BOARD_CHARGER_ENABLE_SUSPEND := true + # Display MAX_VIRTUAL_DISPLAY_DIMENSION := 4096 TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS := true