gsi_skip_mount.cfg skips system sub-mountpoints

Bug: 184132970
Test: GSI Boot test
Change-Id: I6cb6735d41b6dc6c19a27d730226b200d362bc1d
This commit is contained in:
Yi-Yo Chiang 2021-03-31 20:37:50 +08:00
parent 08b0004c9c
commit df13f6f6c8
1 changed files with 6 additions and 0 deletions

View File

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