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
This commit is contained in:
Alessio Balsini 2022-03-28 12:08:34 +01:00
parent 20f5c3391f
commit 55b3a32128

View file

@ -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 += \