Use FUSE BPF by default am: fb8a0383e3 am: d51f3d30b5

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

Change-Id: Ifda1e6ac761077b66cfb3752eb4ac7b4cd5cf00c
This commit is contained in:
Alessio Balsini 2022-02-23 18:12:34 +00:00 committed by Automerger Merge Worker
commit 349129b72c

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