summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Kjos <tkjos@google.com>2022-05-17 13:30:17 -0700
committerTodd Kjos <tkjos@google.com>2022-05-17 13:30:17 -0700
commit5e1c7591e5e78c519018b8544d6796afda992a75 (patch)
tree3822129fe52cfe3d859932a2737ab94903398de5
parentaf1e65a1f22686ff946032edfb56a63f6b6efc57 (diff)
downloadmanifest-5e1c7591e5e78c519018b8544d6796afda992a75.tar.gz
Point android14-5.15 repo at the new kernel branch
Testing has been set up now so time to enable the new android14-5.15 kernel branch Test: manual Bug: 231591327 Signed-off-by: Todd Kjos <tkjos@google.com> Change-Id: I04035428c99bd27d35d503d89e770c59be4ade46
-rw-r--r--default.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.xml b/default.xml
index c8602de..ae6ee53 100644
--- a/default.xml
+++ b/default.xml
@@ -3,7 +3,7 @@
<remote name="aosp" fetch=".." review="https://android-review.googlesource.com/" />
<default revision="master" remote="aosp" sync-j="4" />
- <superproject name="kernel/superproject" remote="aosp" revision="common-android13-5.15" />
+ <superproject name="kernel/superproject" remote="aosp" revision="common-android14-5.15" />
<project path="build/kernel" name="kernel/build" >
<linkfile src="kleaf/bazel.sh" dest="tools/bazel" />
@@ -19,12 +19,12 @@
<linkfile src="abi" dest="build/abi" />
<linkfile src="static_analysis" dest="build/static_analysis" />
</project>
- <project path="common" name="kernel/common" revision="android13-5.15" >
+ <project path="common" name="kernel/common" revision="android14-5.15" >
<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="common-modules/virtual-device" name="kernel/common-modules/virtual-device" revision="android13-5.15" />
+ <project path="common-modules/virtual-device" name="kernel/common-modules/virtual-device" revision="android14-5.15" />
<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/boot-artifacts" name="platform/prebuilts/boot-artifacts" />