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:36:58 +0000
commitf1f89893b859d86c48599cc16bb330231e02da8a (patch)
tree2520cabfc0547553e424019feffdc09affe3fd8b
parent5a25a5080b1a4595aa5498f58331256ef0588bc8 (diff)
downloadmanifest-common-android12-5.10-m2107.tar.gz
fix superproject definition: include revisioncommon-android12-5.10-m2107
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 ab88eeb..4ffdf34 100644
--- a/default.xml
+++ b/default.xml
@@ -3,7 +3,7 @@
<remote name="aosp" fetch=".." review="https://android-review.googlesource.com/" />
<default upstream="master-kernel-build-2021" dest-branch="master-kernel-build-2021" remote="aosp" sync-j="4" />
- <superproject name="kernel/superproject" />
+ <superproject name="kernel/superproject" remote="aosp" revision="common-android12-5.10-m2107" />
<project path="build" name="kernel/build" revision="4346db81411b04ab61bb28266a8701bf9510f71a" />
<project path="hikey-modules" name="kernel/hikey-modules" revision="29186c26014764e1ed94548b285b3f020beed758" upstream="android12-5.10" dest-branch="android12-5.10" />