aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYo Chiang <yochiang@google.com>2021-04-07 05:04:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-04-07 05:04:21 +0000
commit7716d479ccdaebeb70dc630bc1be1943c342f972 (patch)
treef20d69bcc42fad871cb5a742030b425575af240d
parent5ebe28c1d41f7a8dc1b44aa14474111887049983 (diff)
parentdf13f6f6c8d877658fd4d90af6ce56650c91e93a (diff)
downloadbuild-7716d479ccdaebeb70dc630bc1be1943c342f972.tar.gz
Merge "gsi_skip_mount.cfg skips system sub-mountpoints"
-rw-r--r--target/product/gsi/gsi_skip_mount.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/product/gsi/gsi_skip_mount.cfg b/target/product/gsi/gsi_skip_mount.cfg
index ad3c7d9382..28f4349666 100644
--- a/target/product/gsi/gsi_skip_mount.cfg
+++ b/target/product/gsi/gsi_skip_mount.cfg
@@ -1,3 +1,9 @@
+# Skip "system" mountpoints.
/oem
/product
/system_ext
+# Skip sub-mountpoints of system mountpoints.
+/oem/*
+/product/*
+/system_ext/*
+/system/*