Merge "gs101: Use FUSE passthrough by default" into sc-dev am: d287e223f4
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/13774554 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8758d1c34b6e9b109e0ebb6991136a7abecf5c39
This commit is contained in:
commit
ae5a58c44e
1 changed files with 4 additions and 0 deletions
|
@ -806,6 +806,10 @@ PRODUCT_ENFORCE_RRO_TARGETS := \
|
||||||
# Dynamic Partitions
|
# Dynamic Partitions
|
||||||
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
||||||
|
|
||||||
|
# Use FUSE passthrough
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
persist.sys.fuse.passthrough.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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue