diff options
-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 |