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:10 +0000
commitb4b0aed77615310c42b2f29ba1dcb3f110046754 (patch)
treeb7177274deddd99f9cd3570ea3d323e6218ca1a3
parent44ee22f3fbfeb750882d5ca4e45ec5190d3249c9 (diff)
downloadmanifest-common-android12-5.10-2021-08.tar.gz
fix superproject definition: include revisioncommon-android12-5.10-2021-08
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 0d0de2b..7eb9813 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-2021-08" />
<project path="build" name="kernel/build" revision="8c0966a12f3ab946e6e91ce20e581953d36434c1" />
<project path="hikey-modules" name="kernel/hikey-modules" revision="29186c26014764e1ed94548b285b3f020beed758" upstream="android12-5.10" dest-branch="android12-5.10" />