mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-08-03 23:26:30 +09:00
sm6250-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 <balsini@google.com> Change-Id: I3f39b02af436f7e508bb70efc702565a667a051c
This commit is contained in:
committed by
Alexander Winkowski
parent
78df45d6b9
commit
0adc6f4264
@ -13,6 +13,9 @@ debug.sf.enable_hwc_vds=1
|
||||
# DPM
|
||||
persist.vendor.dpm.feature=11
|
||||
|
||||
# FUSE
|
||||
persist.sys.fuse.passthrough.enable=true
|
||||
|
||||
# Fwk detect
|
||||
ro.vendor.qti.va_aosp.support=1
|
||||
|
||||
|
Reference in New Issue
Block a user