sdm660_64: Fix zram not enable properly
Android O need ro.vendor.qti.config.zram instead of ro.config.zram Change-Id: I75b492d8ff96619870b4619717c4c2661e768663
This commit is contained in:
parent
824daf27e0
commit
3650d6872c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue