summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2023-08-02 22:08:27 +0000
committerMatthias Männich <maennich@google.com>2023-08-02 22:22:27 +0000
commitbbbe60f0d7393b0107ce5cf3261ee8f39bfcaa63 (patch)
tree7341d893681e73fd4ebe9eb7aa3e5d76df8b3697
parent3ee87d9fd84efe405be87dda6a7900a3edc06837 (diff)
downloadmanifest-common-android14-6.1-lts.tar.gz
Switch manifest to stabilized kernel build toolscommon-android14-6.1-lts
The 'main-kernel-build-2023' branch is a pinned version of the main branch that is not receiving any new features and is therefore to be used for non-development branches. Bug: 294190504 Change-Id: I5fec1a32869b53459382e94c0839f168d450a97f Signed-off-by: Matthias Maennich <maennich@google.com>
-rw-r--r--default.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/default.xml b/default.xml
index 2f9ece8..ef37916 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="main" remote="aosp" sync-j="4" />
+ <default revision="main-kernel-build-2023" remote="aosp" sync-j="4" />
<superproject name="kernel/superproject" remote="aosp" revision="common-android14-6.1-lts" />
@@ -16,9 +16,9 @@
</project>
<project path="common" name="kernel/common" revision="android14-6.1-lts" />
<project path="kernel/tests" name="kernel/tests" />
- <project path="kernel/configs" name="kernel/configs" revision="main" />
+ <project path="kernel/configs" name="kernel/configs" />
<project path="common-modules/virtual-device" name="kernel/common-modules/virtual-device" revision="android14-6.1" />
- <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" revision="main-kernel" clone-depth="1" />
+ <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" />
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" clone-depth="1" />
<project path="prebuilts/clang-tools" name="platform/prebuilts/clang-tools" clone-depth="1" />
@@ -26,7 +26,7 @@
<project path="tools/mkbootimg" name="platform/system/tools/mkbootimg" />
<project path="prebuilts/bazel/linux-x86_64" name="platform/prebuilts/bazel/linux-x86_64" clone-depth="1" />
- <project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11" revision="main-kernel" clone-depth="1" />
+ <project path="prebuilts/jdk/jdk11" name="platform/prebuilts/jdk/jdk11" clone-depth="1" />
<project path="prebuilts/ndk-r23" name="toolchain/prebuilts/ndk/r23" clone-depth="1" />
<project path="external/bazel-skylib" name="platform/external/bazel-skylib" />