diff options
author | zfu <zfu@codeaurora.org> | 2017-09-05 10:23:50 +0800 |
---|---|---|
committer | zfu <zfu@codeaurora.org> | 2017-09-05 10:35:49 +0800 |
commit | 3650d6872c5f007bc876ccdcce12e997dcd42b06 (patch) | |
tree | 3be2328db2e4e8b62e4f54f6f782ffeaf86edee4 /system.prop | |
parent | 824daf27e09f57107b584af9b2779d9802d5d49b (diff) |
sdm660_64: Fix zram not enable properly
Android O need ro.vendor.qti.config.zram instead of ro.config.zram
Change-Id: I75b492d8ff96619870b4619717c4c2661e768663
Diffstat (limited to 'system.prop')
-rw-r--r-- | system.prop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system.prop b/system.prop index 40d9bdc..338fa93 100644 --- a/system.prop +++ b/system.prop @@ -173,7 +173,7 @@ camera.aux.packagelist=org.codeaurora.snapcam persist.camera.preview.ubwc=0 # Create zram disk -ro.config.zram=true +ro.vendor.qti.config.zram=true #set maximum supported adapter voltage persist.charger.max_voltage_mv=9000 |