sdm710-common: Enable 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> Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
ab06d56014
commit
7380a1a509
2 changed files with 4 additions and 3 deletions
|
@ -50,9 +50,6 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
|
|||
# Camera
|
||||
TARGET_USES_QTI_CAMERA_DEVICE := true
|
||||
|
||||
# Charger Mode
|
||||
BOARD_CHARGER_ENABLE_SUSPEND := true
|
||||
|
||||
# Filesystem
|
||||
TARGET_FS_CONFIG_GEN := $(DEVICE_PATH)/config.fs
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# Charger
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.charger.enable_suspend=true
|
||||
|
||||
# Display
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.sf.lcd_density=480
|
||||
|
|
Loading…
Reference in a new issue