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:
parent
20f5c3391f
commit
55b3a32128
1 changed files with 1 additions and 1 deletions
|
@ -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 += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue