diff --git a/device.mk b/device.mk index 3548bc91..68e80ca9 100644 --- a/device.mk +++ b/device.mk @@ -835,9 +835,9 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true PRODUCT_PRODUCT_PROPERTIES += \ persist.sys.fuse.passthrough.enable=true -# Force disable of FUSE BPF +# Use FUSE BPF PRODUCT_PRODUCT_PROPERTIES += \ - persist.sys.fuse.bpf.enable=false + ro.fuse.bpf.enabled=true # Use /product/etc/fstab.postinstall to mount system_other PRODUCT_PRODUCT_PROPERTIES += \