summaryrefslogtreecommitdiffstats
path: root/docs/manifest-format.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manifest-format.md')
-rw-r--r--docs/manifest-format.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md
index b439dcb7..676e031d 100644
--- a/docs/manifest-format.md
+++ b/docs/manifest-format.md
@@ -396,10 +396,4 @@ these extra projects.
396Manifest files stored in `$TOP_DIR/.repo/local_manifests/*.xml` will 396Manifest files stored in `$TOP_DIR/.repo/local_manifests/*.xml` will
397be loaded in alphabetical order. 397be loaded in alphabetical order.
398 398
399Additional remotes and projects may also be added through a local 399The legacy `$TOP_DIR/.repo/local_manifest.xml` path is no longer supported.
400manifest, stored in `$TOP_DIR/.repo/local_manifest.xml`. This method
401is deprecated in favor of using multiple manifest files as mentioned
402above.
403
404If `$TOP_DIR/.repo/local_manifest.xml` exists, it will be loaded before
405any manifest files stored in `$TOP_DIR/.repo/local_manifests/*.xml`.