Use FUSE BPF by default am: fb8a0383e3

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16968724

Change-Id: I262d3a10fc621b77851f0889ada020fd7d418c63
This commit is contained in:
Alessio Balsini 2022-02-23 17:25:51 +00:00 committed by Automerger Merge Worker
commit d51f3d30b5

View file

@ -830,6 +830,10 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
persist.sys.fuse.passthrough.enable=true persist.sys.fuse.passthrough.enable=true
# Use FUSE BPF
PRODUCT_PRODUCT_PROPERTIES += \
persist.sys.fuse.bpf.enable=true
# Use /product/etc/fstab.postinstall to mount system_other # Use /product/etc/fstab.postinstall to mount system_other
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
ro.postinstall.fstab.prefix=/product ro.postinstall.fstab.prefix=/product