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 <balsini@google.com>
Change-Id: I9edbf4bcbc7c293f541936baf80e318a87eeb2a3
(cherry picked from commit 55b3a32128ed374c975de8cdcd8af67e8c6d48ca)
Merged-In: I9edbf4bcbc7c293f541936baf80e318a87eeb2a3
diff --git a/device.mk b/device.mk
index 6a824e2..cc3ebc7 100644
--- a/device.mk
+++ b/device.mk
@@ -837,7 +837,7 @@
 
 # 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 += \