FUSE-BPF: Enable the feature
Bug: 202785178 Test: atest ScopedStorageDeviceTest atest CameraTest (one failure, with or without fuse bpf) audible app functions correctly call of duty and pubg start times are identical with feature on and off Change-Id: Id7f3186f2d05c91100401088f85b0830c8ad86af
This commit is contained in:
parent
28041c3d9f
commit
2292b4ed13
1 changed files with 4 additions and 0 deletions
|
@ -857,6 +857,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 += \
|
||||||
|
ro.fuse.bpf.enabled=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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue