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:52 +0000
commit0d953337294aef850ec5b26efe35c84a9d878391 (patch)
tree8d2cff4e4f58aa93988c70b5a9afa1572a4ae578
parent58fb169f5f59be3f0f463b0de5f85ab211aadf86 (diff)
downloadmanifest-common-android12-5.10-lts.tar.gz
fix superproject definition: include revisioncommon-android12-5.10-lts
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 8ab31b1..ec45ca9 100644
--- a/default.xml
+++ b/default.xml
@@ -3,7 +3,7 @@
<remote name="aosp" fetch=".." review="https://android-review.googlesource.com/" />
<default revision="master-kernel-build-2021" remote="aosp" sync-j="4" />
- <superproject name="kernel/superproject" remote="aosp"/>
+ <superproject name="kernel/superproject" remote="aosp" revision="common-android12-5.10-lts" />
<project path="build" name="kernel/build" />
<project path="hikey-modules" name="kernel/hikey-modules" revision="android12-5.10" />