summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Egizi <begizi@google.com>2023-07-17 19:26:05 +0000
committerBrian Egizi <begizi@google.com>2023-07-17 19:26:06 +0000
commitafb7e3545233832674c1f75f79ec1a15b61e8ab9 (patch)
tree34ec9528d59f8778aa7bb55ae416509cb5400d97
parentce61b0b783c73e902d7b7c38625d29e43fd67ae0 (diff)
downloadmanifest-common-android-4.19-stable.tar.gz
Specify revision for superproject since default is different from manifest branchcommon-android-4.19-stable
The current superproject for this manifest gets created with the same branch name. Since the default revision in this manifest is for a different branch, we must manually specify the revision on the superproject element. Change-Id: I469dac4ac6e6f67c5fea500a5ad0f248396ac786
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 0081a63..a45c43a 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-android-4.19-stable" />
<project path="build" name="kernel/build" />
<project path="common" name="kernel/common" revision="android-4.19-stable" />