From 9397fc3a15d050580c6404ea42847272ba9309b1 Mon Sep 17 00:00:00 2001 From: Paul Lawrence Date: Thu, 28 Jul 2022 09:04:34 -0700 Subject: [PATCH] FUSE-BPF: Enable the feature Bug: 202785178 Test: atest ScopedStorageDeviceTest atest CameraTest (one failure, with or without fuse bpf) audible app functions correctly call of duty and pubg start times are identical with feature on and off Change-Id: I362a00469b1d94bfc49da2a250e996b9143a6679 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 9d3049ff..d9546987 100644 --- a/device.mk +++ b/device.mk @@ -857,7 +857,7 @@ PRODUCT_PRODUCT_PROPERTIES += \ # Use FUSE BPF PRODUCT_PRODUCT_PROPERTIES += \ - ro.fuse.bpf.enabled=false + ro.fuse.bpf.enabled=true # Use /product/etc/fstab.postinstall to mount system_other PRODUCT_PRODUCT_PROPERTIES += \