forked from niftich/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build
24 lines (24 loc) · 872 Bytes
/
build
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<imports>
<localimport file="minimal"/>
<localimport file="buildtools"/>
</imports>
<projects>
<project name="build"
path="build"
remote="https://fuchsia.googlesource.com/build"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="packages"
path="packages"
remote="https://fuchsia.googlesource.com/packages"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="scripts"
path="scripts"
remote="https://fuchsia.googlesource.com/scripts"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
</projects>
</manifest>