summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/default.xml b/default.xml
index 42d5b3b84..80f94af2e 100644
--- a/default.xml
+++ b/default.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!--
- This branch is a master side branch and is configured to have all project
+ This branch is a main side branch and is configured to have all project
specific rules. When updating this manifest file, please also update the
project rule in google3 to ensure new projects get testing.
See go/side-branch-testing for details.
@@ -10,7 +10,7 @@
<remote name="aosp"
fetch=".."
review="https://android-review.googlesource.com/" />
- <default revision="master"
+ <default revision="main"
remote="aosp"
sync-j="4" />
@@ -23,9 +23,9 @@
<project path="bionic" name="platform/bionic" groups="presubmit" />
<project path="development" name="platform/development" groups="presubmit" />
<!-- Effcee is needed by tests in spirv-tools (in shader-tools) -->
- <project path="external/effcee" name="platform/external/effcee" revision="master" />
+ <project path="external/effcee" name="platform/external/effcee" revision="main" />
<!-- RE2 is needed by Effcee -->
- <project path="external/regex-re2" name="platform/external/regex-re2" revision="master" />
+ <project path="external/regex-re2" name="platform/external/regex-re2" revision="main" />
<project path="external/googletest" name="platform/external/googletest" groups="presubmit" />
<project path="external/python/astroid" name="platform/external/python/astroid" groups="presubmit" />
<project path="external/python/pylint" name="platform/external/python/pylint" groups="presubmit" />