From 55b3a32128ed374c975de8cdcd8af67e8c6d48ca Mon Sep 17 00:00:00 2001 From: Alessio Balsini Date: Mon, 28 Mar 2022 12:08:34 +0100 Subject: [PATCH] FUSE-BPF: Disable the feature FUSE-BPF has been identified to be causing issues with the Audible app. Disable the feature to mitigate the breakages while investigating the issue. Bug: 227042065 Test: adb shell getprop ro.fuse.bpf.enabled | grep false Signed-off-by: Alessio Balsini Change-Id: I9edbf4bcbc7c293f541936baf80e318a87eeb2a3 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 6a824e2c..cc3ebc7a 100644 --- a/device.mk +++ b/device.mk @@ -837,7 +837,7 @@ PRODUCT_PRODUCT_PROPERTIES += \ # Use FUSE BPF PRODUCT_PRODUCT_PROPERTIES += \ - ro.fuse.bpf.enabled=true + ro.fuse.bpf.enabled=false # Use /product/etc/fstab.postinstall to mount system_other PRODUCT_PRODUCT_PROPERTIES += \