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:37 +0000
commit92a718ddfa49697f8b11aa9702112ae72bd07422 (patch)
tree2ed2dd59253451777942d607dac51b5db28dcbb6
parentad279c345191c72d61db232d69931ec7aaaeab51 (diff)
downloadmanifest-common-android12-5.10-2021-12.tar.gz
fix superproject definition: include revisioncommon-android12-5.10-2021-12
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 3c1646f..12043fc 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-12" />
<project path="build" name="kernel/build" revision="f8ae8a9be8b018ba90a0f576488833fabb3fda74" />
<project path="hikey-modules" name="kernel/hikey-modules" revision="29186c26014764e1ed94548b285b3f020beed758" upstream="android12-5.10" dest-branch="android12-5.10"/>