summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2021-01-21 15:46:57 -0800
committerIan Kasprzak <iankaz@google.com>2021-01-22 15:22:27 +0000
commit82c211d0856e842d99070c4b8429e99eb5f05db2 (patch)
tree150c3e54d6886dc5a7a651875453f06851960dfd
parentebfeb2e86b13b70ca803bbfc35ef3880c1fbaabf (diff)
downloadmanifest-82c211d0856e842d99070c4b8429e99eb5f05db2.tar.gz
Added <superproject> tag. With the newest version of repo (2.12.x)
"repo sync --use-superproject" will get SHAs for all projects from superproject and then will use those SHAs to sync. This shouldn't have any impact with older versions of repo. BUG: https://crbug.com/gerrit/13709 Tested: Manual .../WORKING_DIRECTORY$ repo sync --use-superproject WARNING: --use-superproject is experimental and not for general use Merged-In: I814433de86e4cb96e027c21f82f52268df0cdba6 Change-Id: I11cd4c68bd36df82fc02f63a6fccafa40e8da8ce
-rw-r--r--default.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 584080b24..be840ea1e 100644
--- a/default.xml
+++ b/default.xml
@@ -4,12 +4,15 @@
<remote name="aosp"
fetch=".."
review="https://android-review.googlesource.com/" />
+ <remote name="superproject-remote" fetch="sso://android" />
<default revision="master"
remote="aosp"
sync-j="4" />
<manifest-server url="http://android-smartsync.corp.google.com/android.googlesource.com/manifestserver" />
+ <superproject name="platform/superproject" remote="superproject-remote"/>
+
<project path="build/make" name="platform/build" groups="pdk" >
<copyfile src="core/root.mk" dest="Makefile" />
<linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />