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 /properties.mk | |
parent | f5ec906ea2d044326d55642cb9376ebb522a62dc (diff) |
sdm660-common: Replace BOARD_CHARGER_DISABLE_INIT_BLANK with equivalent prop
Change-Id: I00125a429cde213e8dd22f742c5875e39b80bb5e
Diffstat (limited to 'properties.mk')
-rw-r--r-- | properties.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |