diff options
Diffstat (limited to 'properties.mk')
-rw-r--r-- | properties.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/properties.mk b/properties.mk index 8b710d3..cd1d215 100644 --- a/properties.mk +++ b/properties.mk @@ -105,6 +105,10 @@ PRODUCT_PROPERTY_OVERRIDES += \ vendor.video.disable.ubwc=1 \ vidc.enc.dcvs.extra-buff-count=2 +# Charger +PRODUCT_PRODUCT_PROPERTIES += \ + ro.charger.enable_suspend=true + # CNE PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ persist.vendor.cne.feature=1 |