From 2292b4ed133d94e5646bfb087e53ac152326b77d Mon Sep 17 00:00:00 2001 From: Paul Lawrence Date: Mon, 12 Dec 2022 11:38:53 -0800 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: Id7f3186f2d05c91100401088f85b0830c8ad86af --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index 4ccfaec7..343a0453 100644 --- a/device.mk +++ b/device.mk @@ -857,6 +857,10 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true PRODUCT_PRODUCT_PROPERTIES += \ persist.sys.fuse.passthrough.enable=true +# Use FUSE BPF +PRODUCT_PRODUCT_PROPERTIES += \ + ro.fuse.bpf.enabled=true + # Use /product/etc/fstab.postinstall to mount system_other PRODUCT_PRODUCT_PROPERTIES += \ ro.postinstall.fstab.prefix=/product