From e8a34b098e53e02f1718fded5ffdc3ee6d10440d Mon Sep 17 00:00:00 2001 From: Alessio Balsini Date: Mon, 8 Mar 2021 11:18:16 +0000 Subject: [PATCH] sm6150-common: Use FUSE passthrough by default Enable the persist.sys.fuse.passthrough.enable flag for the P21 device configuration to enable the FUSE passthrough feature. This feature has been enabled on Cuttlefish, Wembley and Redbull devices for months and no issues have been detected yet. Bug: 168023149 Test: 'adb shell getprop | grep persist.sys.fuse.passthrough.enable', ScopedStorageTest Signed-off-by: Alessio Balsini Change-Id: I3f39b02af436f7e508bb70efc702565a667a051c --- system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system.prop b/system.prop index 6cb48d1..6d2a3b7 100644 --- a/system.prop +++ b/system.prop @@ -7,6 +7,9 @@ ro.charger.enable_suspend=true # CNE persist.vendor.cne.feature=1 +# FUSE +persist.sys.fuse.passthrough.enable=true + # Media media.aac_51_output_enabled=true media.stagefright.enable-aac=true