Merge "gs101: Use FUSE passthrough by default" into sc-dev
This commit is contained in:
commit
d287e223f4
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