From 96cf0f23143df0cb28dd28b3a2f0086f71a1b146 Mon Sep 17 00:00:00 2001 From: firebird11 Date: Sun, 11 Feb 2024 08:22:50 +0700 Subject: [PATCH] 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 --- properties/product.prop | 5 ++++- properties/system.prop | 3 --- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/properties/product.prop b/properties/product.prop index 2fca18b0..20e71fac 100644 --- a/properties/product.prop +++ b/properties/product.prop @@ -1,4 +1,7 @@ +# FUSE passthrough +persist.sys.fuse.passthrough.enable=true + # Zram ro.zram.mark_idle_delay_mins=60 ro.zram.first_wb_delay_mins=1440 -ro.zram.periodic_wb_delay_hours=24 \ No newline at end of file +ro.zram.periodic_wb_delay_hours=24 diff --git a/properties/system.prop b/properties/system.prop index e809e435..5fb9a7f7 100644 --- a/properties/system.prop +++ b/properties/system.prop @@ -83,9 +83,6 @@ ro.surface_flinger.max_virtual_display_dimension=4096 ro.min.fling_velocity=160 ro.max.fling_velocity=20000 -# FUSE passthrough -persist.sys.fuse.passthrough.enable=true - # GPS persist.backup.ntpServer="0.pool.ntp.org" persist.vendor.overlay.izat.optin=rro