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:45 +0000
commit74d3d215c55eadca9878ee0858c49f7c3bba8520 (patch)
treece51d8f52be87b25d7135e112ee4f3bc22d3672e
parent3da0e6fef6f581578149b9aedede6205bc220cac (diff)
downloadmanifest-common-android12-5.10-2022-01.tar.gz
fix superproject definition: include revisioncommon-android12-5.10-2022-01
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 cff3703..10c1c2b 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" revision="android12-5.10-2021-12" upstream="android12-5.10-2021-12" dest-branch="android12-5.10-2021-12" />
+ <superproject name="kernel/superproject" remote="aosp" revision="common-android12-5.10-2022-01" />
<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" />