forked from niftich/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ledger
32 lines (31 loc) · 1.26 KB
/
ledger
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<imports>
<localimport file="build"/>
<localimport file="magenta"/>
<localimport file="minimal"/>
</imports>
<projects>
<project name="ledger"
path="apps/ledger"
remote="https://fuchsia.googlesource.com/ledger"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<!-- Third Party -->
<project name="third_party/flatbuffers"
path="third_party/flatbuffers"
remote="https://fuchsia.googlesource.com/third_party/flatbuffers"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/leveldb"
path="third_party/leveldb"
remote="https://fuchsia.googlesource.com/third_party/leveldb"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/murmurhash"
path="third_party/murmurhash"
remote="https://fuchsia.googlesource.com/third_party/murmurhash.c"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
</projects>
</manifest>