-
Notifications
You must be signed in to change notification settings - Fork 12
/
sdk
92 lines (92 loc) · 4.2 KB
/
sdk
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<imports>
<localimport file="minimal"/>
<localimport file="buildtools"/>
<localimport file="magenta"/>
</imports>
<projects>
<project name="buildtools"
remote="https://fuchsia.googlesource.com/buildtools"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
runhook="buildtools/update.sh"
path="buildtools"/>
<project name="packages"
remote="https://fuchsia.googlesource.com/packages"
remotebranch="blueprint"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="packages"/>
<project name="toyen"
remote="https://fuchsia.googlesource.com/toyen"
remotebranch="blueprint"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="go/src/fuchsia.googlesource.com/toyen"/>
<project name="blueprint"
remote="https://fuchsia.googlesource.com/third_party/blueprint"
remotebranch="master"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="go/src/github.com/google/blueprint"/>
<project name="third_party/binutils-gdb"
remote="https://fuchsia.googlesource.com/third_party/binutils-gdb"
remotebranch="fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="third_party/binutils-gdb"/>
<project name="third_party/gcc_none_toolchains"
remote="https://fuchsia.googlesource.com/third_party/gcc_none_toolchains"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="third_party/gcc_none_toolchains"/>
<project name="third_party/llvm"
remote="https://fuchsia.googlesource.com/third_party/llvm"
remotebranch="fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="third_party/llvm"/>
<project name="third_party/clang"
remote="https://fuchsia.googlesource.com/third_party/clang"
remotebranch="fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="third_party/llvm/tools/clang"/>
<project name="third_party/lld"
remote="https://fuchsia.googlesource.com/third_party/lld"
remotebranch="fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="third_party/llvm/tools/lld"/>
<project name="third_party/compiler-rt"
remote="https://fuchsia.googlesource.com/third_party/compiler-rt"
remotebranch="fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="third_party/llvm/projects/compiler-rt"/>
<project name="third_party/libcxx"
remote="https://fuchsia.googlesource.com/third_party/libcxx"
remotebranch="fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="third_party/llvm/projects/libcxx"/>
<project name="third_party/libcxxabi"
remote="https://fuchsia.googlesource.com/third_party/libcxxabi"
remotebranch="fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="third_party/llvm/projects/libcxxabi"/>
<project name="third_party/libunwind"
remote="https://fuchsia.googlesource.com/third_party/libunwind"
remotebranch="fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
path="third_party/llvm/projects/libunwind"/>
</projects>
<tools>
<tool name="toyen"
package="fuchsia.googlesource.com/toyen"
project="toyen"/>
</tools>
</manifest>