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 <redicklin@google.com>
This commit is contained in:
parent
41641edf48
commit
832390a4d0
@ -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)
|
||||
|
@ -1,3 +1,6 @@
|
||||
# Charger
|
||||
ro.charger.enable_suspend=true
|
||||
|
||||
# Graphics
|
||||
debug.sf.hw=1
|
||||
debug.gralloc.enable_fb_ubwc=1
|
||||
|
Loading…
Reference in New Issue
Block a user