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:
commit
d51f3d30b5
1 changed files with 4 additions and 0 deletions
|
@ -830,6 +830,10 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
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
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.postinstall.fstab.prefix=/product
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue