summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2023-07-31 09:32:03 -0700
committerXin Li <delphij@google.com>2023-07-31 09:32:03 -0700
commit8d0418c8a0f3215b7767b4106387202f0fce0ba2 (patch)
treec5a8eefd934de92c9557987a41e1cd3d2f05f898
parente73515b2f016b87a3f9297bb831044a189fdbed6 (diff)
downloadmanifest-master-cuttlefish-testing.tar.gz
DO NOT MERGE ANYWHERE - Update master-cuttlefish-testing to use main branch.master-cuttlefish-testing
Bug: b/289400079 Change-Id: Ie514ac43033c24cd6f864b5e4b32569494607ba1
-rw-r--r--default.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.xml b/default.xml
index 080103b55..e49229d8f 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, but is not to be setup for testing
+ This branch is a main side branch, but is not to be setup for testing
as documented in go/side-branch-testing. This is because the Cuttlefish
branches use a different branching strategy, please see
go/cuttlefish-branching-proposal 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" />