Merge "gsi_skip_mount.cfg skips system sub-mountpoints"

This commit is contained in:
Yo Chiang
2021-04-07 05:04:21 +00:00
committed by Gerrit Code Review

View File

@@ -1,3 +1,9 @@
# Skip "system" mountpoints.
/oem /oem
/product /product
/system_ext /system_ext
# Skip sub-mountpoints of system mountpoints.
/oem/*
/product/*
/system_ext/*
/system/*