summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2023-07-05 23:02:16 -0700
committerXin Li <delphij@google.com>2023-07-05 23:02:16 -0700
commitb52f5676562624625c7f92ac2385967f7775c41f (patch)
tree15a1a3162a8898eea760cc4f8f7855f45d95a9f9
parent87d7e7bbcc411e25d57bf598bfe253d34b7c37ad (diff)
downloadmanifest-b52f5676562624625c7f92ac2385967f7775c41f.tar.gz
DO NOT MERGE ANYWHERE - Update rust-toolchain to use main branch.
Bug: b/289400079 Change-Id: I12f16072468ba64d0aa56630c16c4385dc749dc9
-rw-r--r--default.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.xml b/default.xml
index e3761c6af..5512920a5 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.
@@ -9,7 +9,7 @@
<remote name="aosp"
fetch=".."
review="https://android-review.googlesource.com/"/>
- <default revision="master"
+ <default revision="main"
remote="aosp"
sync-j="4"/>