summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Egizi <begizi@google.com>2023-07-17 18:58:18 +0000
committerBrian Egizi <begizi@google.com>2023-07-17 18:58:21 +0000
commit9e744b98482030b47ea14c7a2bd69c74e4134e17 (patch)
tree7fe5b71b1466058a1f5c8a37ce7457ca8811184b
parent89d4cc9ee481d9d1b0ae09f4661c5125d4f24d3f (diff)
downloadmanifest-common-android-4.14-stable.tar.gz
Specify revision for superproject since default is different from manifest branchcommon-android-4.14-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: I854f3f04310d086dc7d2a5079f54540974b416b3
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index b35a276..ae94cc6 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.14-stable" />
<project path="build" name="kernel/build" />
<project path="common" name="kernel/common" revision="android-4.14-stable" />