From 832390a4d07309e0ec0ce396eeca833c37d266c2 Mon Sep 17 00:00:00 2001 From: Redick Lin Date: Mon, 20 Apr 2020 18:28:53 +0800 Subject: [PATCH] sm6250-common: BOARD_CHARGER_ENABLE_SUSPEND becomes ro.charger.enable_suspend Define ro.charger.enable_suspend to true as charger no longer uses BOARD_CHARGER_ENABLE_SUSPEND. Bug: 153937817 Change-Id: Ic76bf3a66c5e21c74e49607f54d6c0358c31bbac Signed-off-by: Redick Lin --- BoardConfigCommon.mk | 3 --- product.prop | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 68155c3..a531da5 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -43,9 +43,6 @@ BUILD_BROKEN_USES_BUILD_COPY_HEADERS := true # Camera TARGET_USES_QTI_CAMERA_DEVICE := true -# Charger -BOARD_CHARGER_ENABLE_SUSPEND := true - # Dex ifeq ($(HOST_OS),linux) ifneq ($(TARGET_BUILD_VARIANT),eng) diff --git a/product.prop b/product.prop index 69204cd..e5b3f7c 100644 --- a/product.prop +++ b/product.prop @@ -1,3 +1,6 @@ +# Charger +ro.charger.enable_suspend=true + # Graphics debug.sf.hw=1 debug.gralloc.enable_fb_ubwc=1