summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2023-07-05 23:02:14 -0700
committerXin Li <delphij@google.com>2023-07-05 23:02:14 -0700
commit733ab37a35ba73084480f6d4c435e43ee1ad0c70 (patch)
tree339b0cecbdc062c5e1750ec64ee96f6a0cf85cda
parent4d5b1ee2e07660fb80d8a1d6a032ef47e600c26f (diff)
downloadmanifest-master-ndk.tar.gz
DO NOT MERGE ANYWHERE - Update master-ndk to use main branch.master-ndk
Bug: b/289400079 Change-Id: Ic4c9d2de8ec0e196d2af6d60d54e8aa9bd1b9b13
-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" />