summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2021-10-26 20:40:55 +0000
committerAlan Viverette <alanv@google.com>2021-10-26 20:40:58 +0000
commit90cd40626d813fb54aadfb75912610e2b0fd1bb2 (patch)
tree29b9e242d77a8ce70291f2156ac05645ba05ec5a
parentc6b765eda3bdcd4bf087aef5e6136dcc329c4600 (diff)
downloadmanifest-90cd40626d813fb54aadfb75912610e2b0fd1bb2.tar.gz
Add tools/fetch_artifact so we can migrate to open-source artifact fetcher
Change-Id: I9988a6ab866d80505333a25cd22314efdead7934
-rw-r--r--default.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index c47adc68d..bd1697d6b 100644
--- a/default.xml
+++ b/default.xml
@@ -31,7 +31,8 @@
<!-- Tools dependencies -->
<!-- Config: shallow + master revision -->
<project path="prebuilts/checkstyle" name="platform/prebuilts/checkstyle" clone-depth="1" revision="master" />
- <project path="tools/repohooks" name="platform/tools/repohooks" revision="master" />
+ <project path="tools/repohooks" name="platform/tools/repohooks" clone-depth="1" revision="master" />
+ <project path="tools/fetch_artifact" name="tools/fetch_artifact" clone-depth="1" revision="master" />
<!-- Config: shallow + same revision -->
<!-- The contents of external/protobuf must be kept in sync with the contents of prebuilts/protobuf -->
<project path="prebuilts/protobuf" name="platform/prebuilts/protobuf" clone-depth="1" />