summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2022-01-20 23:25:07 +0000
committerMatthias Maennich <maennich@google.com>2022-01-20 23:40:05 +0000
commitc79a4a21c3d18577d9ac0b7be09a32087017d2a3 (patch)
tree5581d12fd851de522dcfc7c5fab2ee634e532db1
parent2fc784a0b72b3883214f5f104ebb7b3ae6dcff78 (diff)
downloadmanifest-c79a4a21c3d18577d9ac0b7be09a32087017d2a3.tar.gz
fix superproject definition: include revision
repo changed the default handling for superproject. It no longer considers the containing branch name, but rather the default revision. Mitigate that by explicitly setting the revision in the superproject tag. Bug: 181627166 Bug: 206514481 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I7645927e1b477a0fb1b70fd51a279da9c84a862e
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 2fd5232..6ccd6b6 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"/>
+ <superproject name="kernel/superproject" remote="aosp" revision="common-android13-5.15" />
<project path="build/kernel" name="kernel/build" >
<linkfile src="kleaf/bazel.sh" dest="tools/bazel" />