diff options
author | Yifan Hong <elsk@google.com> | 2019-07-15 16:43:26 -0700 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | 36f59a874df74d669697e7f0c9fe97a33561cbd3 (patch) | |
tree | 3d0468241e3990ada86b235fbcb2ee08b90a7134 /BoardConfigCommon.mk | |
parent | 6fe55161fc952de847b2c5b229fdb74e3d9cc0f3 (diff) |
msm8996-common: Replace BOARD_CHARGER_ENABLE_SUSPEND with ro.charger.enable_suspend
Test: charger mode
Bug: 124118169
Change-Id: I3825d08e38d677bd7154879609857de302348b6f
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 676eaa1..edabd08 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -106,7 +106,6 @@ USE_DEVICE_SPECIFIC_CAMERA := true DEVICE_SPECIFIC_CAMERA_PATH := $(VENDOR_PATH)/camera # Charger -BOARD_CHARGER_ENABLE_SUSPEND := true BOARD_CHARGER_DISABLE_INIT_BLANK := true # Dex |