forked from niftich/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
magenta
34 lines (34 loc) · 1.31 KB
/
magenta
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<imports>
<localimport file="buildtools"/>
<localimport file="minimal"/>
</imports>
<projects>
<project name="magenta"
path="magenta"
remote="https://fuchsia.googlesource.com/magenta"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="magenta/benchmarks"
path="magenta/benchmarks"
remote="https://fuchsia.googlesource.com/magenta/benchmarks"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/benchmark"
path="third_party/benchmark"
remote="https://fuchsia.googlesource.com/third_party/benchmark"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/gflags"
path="third_party/gflags"
remote="https://fuchsia.googlesource.com/third_party/gflags"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
</projects>
<hooks>
<hook name="download-toolchain"
project="magenta"
action="scripts/download-toolchain"/>
</hooks>
</manifest>