summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2022-08-05 23:31:50 +0100
committerMatthias Maennich <maennich@google.com>2022-08-05 23:37:12 +0100
commit02012199c5ab94fda27e70fa56dcb0a7432d2230 (patch)
tree831a49693446c955701b284e01442eda73ad3da6
parent0b8d824886539f0944cfe5dffed06147e29520aa (diff)
downloadmanifest-02012199c5ab94fda27e70fa56dcb0a7432d2230.tar.gz
Switch manifest to stabilized kernel build tools
The 'master-kernel-build-2022' branch is a pinned version of the master branch that is not receiving any new features and is therefore to be used for non-development branches. Bug: 238419040 Change-Id: If1a6a23b93f293b19e39f7f6324602ddcdb695da Signed-off-by: Matthias Maennich <maennich@google.com>
-rw-r--r--default.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.xml b/default.xml
index 6348adf..c5d469f 100644
--- a/default.xml
+++ b/default.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="aosp" fetch=".." review="https://android-review.googlesource.com/" />
- <default revision="master" remote="aosp" sync-j="4" />
+ <default revision="master-kernel-build-2022" remote="aosp" sync-j="4" />
<superproject name="kernel/superproject" remote="aosp" revision="common-android13-5.10" />
@@ -24,7 +24,7 @@
<linkfile src="." dest=".source_date_epoch_dir" />
</project>
<project path="kernel/tests" name="kernel/tests" />
- <project path="kernel/configs" name="kernel/configs" revision="master" />
+ <project path="kernel/configs" name="kernel/configs" />
<project path="common-modules/virtual-device" name="kernel/common-modules/virtual-device" revision="android13-5.10" />
<project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" />
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" clone-depth="1" />