diff options
author | Bruno Martins <bgcngm@gmail.com> | 2020-11-01 14:45:24 +0000 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-18 22:40:33 +0200 |
commit | cba70eb9ab7f62811678d6025dab59188bf383a7 (patch) | |
tree | 2602612cfb4c979f93ed68f193ebcd60dc7999bc | |
parent | f5ec906ea2d044326d55642cb9376ebb522a62dc (diff) |
sdm660-common: Replace BOARD_CHARGER_DISABLE_INIT_BLANK with equivalent prop
Change-Id: I00125a429cde213e8dd22f742c5875e39b80bb5e
-rw-r--r-- | BoardConfigCommon.mk | 3 | ||||
-rw-r--r-- | properties.mk | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 62127df..5aa1e6a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -89,9 +89,6 @@ TARGET_FWK_SUPPORTS_FULL_VALUEADDS := true # Camera TARGET_USES_QTI_CAMERA_DEVICE := true -# Charger -BOARD_CHARGER_DISABLE_INIT_BLANK := true - # CNE and DPM BOARD_USES_QCNE := true diff --git a/properties.mk b/properties.mk index cd1d215..93c4229 100644 --- a/properties.mk +++ b/properties.mk @@ -107,6 +107,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ # Charger PRODUCT_PRODUCT_PROPERTIES += \ + ro.charger.disable_init_blank=true \ ro.charger.enable_suspend=true # CNE |