sdm660-common: Replace BOARD_CHARGER_DISABLE_INIT_BLANK with equivalent prop
Change-Id: I00125a429cde213e8dd22f742c5875e39b80bb5e
This commit is contained in:
parent
4f7ff6df99
commit
31de151a0d
2 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,6 @@ BOARD_QTI_CAMERA_32BIT_ONLY := true
|
|||
TARGET_USES_MEDIA_EXTENSIONS := true
|
||||
|
||||
# Charger
|
||||
BOARD_CHARGER_DISABLE_INIT_BLANK := true
|
||||
HEALTHD_USE_BATTERY_INFO := true
|
||||
|
||||
# Clang
|
||||
|
|
|
@ -137,6 +137,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
|
||||
# Charger
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.charger.disable_init_blank=true \
|
||||
ro.charger.enable_suspend=true
|
||||
|
||||
# Codec2 switch
|
||||
|
|
Loading…
Reference in a new issue