sdm660-common: move Enable FUSE Passthrough
- The prop is supposed to be set in product instead of system as per [1]. [1]: https://source.android.com/docs/core/storage/fuse-passthrough
This commit is contained in:
parent
a691667d66
commit
96cf0f2314
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# FUSE passthrough
|
||||||
|
persist.sys.fuse.passthrough.enable=true
|
||||||
|
|
||||||
# Zram
|
# Zram
|
||||||
ro.zram.mark_idle_delay_mins=60
|
ro.zram.mark_idle_delay_mins=60
|
||||||
ro.zram.first_wb_delay_mins=1440
|
ro.zram.first_wb_delay_mins=1440
|
||||||
|
|
|
@ -83,9 +83,6 @@ ro.surface_flinger.max_virtual_display_dimension=4096
|
||||||
ro.min.fling_velocity=160
|
ro.min.fling_velocity=160
|
||||||
ro.max.fling_velocity=20000
|
ro.max.fling_velocity=20000
|
||||||
|
|
||||||
# FUSE passthrough
|
|
||||||
persist.sys.fuse.passthrough.enable=true
|
|
||||||
|
|
||||||
# GPS
|
# GPS
|
||||||
persist.backup.ntpServer="0.pool.ntp.org"
|
persist.backup.ntpServer="0.pool.ntp.org"
|
||||||
persist.vendor.overlay.izat.optin=rro
|
persist.vendor.overlay.izat.optin=rro
|
||||||
|
|
Loading…
Reference in a new issue