DO NOT MERGE ANYWHERE - Update kotlin-native-toolchain to use main branch.
Bug: b/289400079
Change-Id: Ic0c1b5ffa83a4cc9efb5e73fbc92f553686dc0d5
diff --git a/default.xml b/default.xml
index f8f4cd8..7601671 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" />
@@ -24,7 +24,7 @@
<project path="toolchain/llvm_android" name="toolchain/llvm_android" />
<!-- Android/ChromeOS shared toolchain-utils -->
- <project path="external/toolchain-utils" name="platform/external/toolchain-utils" revision="master" />
+ <project path="external/toolchain-utils" name="platform/external/toolchain-utils" revision="main" />
<!-- Binutils/gcc toolchains -->
<project path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" groups="pdk,darwin,arm" clone-depth="1" />