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:41:36 +0100
commit63f64d28f62b515babc6351165677644135c4364 (patch)
treebd3fc1069a5e8aa8e60b24a8c21f88e19e07a66d
parent0ccbecad66e10ec7eadb44a56674eee962b056bf (diff)
downloadmanifest-common-android13-5.10-lts.tar.gz
Switch manifest to stabilized kernel build toolscommon-android13-5.10-lts
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 3942667..1b8987e 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-lts" />
@@ -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" />