-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathf20
20 lines (20 loc) · 836 Bytes
/
f20
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<packages>
<!-- Versioned CTF release. See ctf_generate_manifest.py for details. -->
<package name="fuchsia/cts/${platform}"
path="prebuilt/ctf/f20/{{.OS}}-{{.Arch}}"
platforms="linux-amd64"
version="git_revision:e75db3a0c0523add80618657cd7aca86fe1550b0" />
<package name="fuchsia/sdk/core/${platform}"
path="prebuilt/ctf/f20/{{.OS}}-{{.Arch}}/sdk"
platforms="linux-amd64"
attributes="ctf-host-tools"
version="f20" />
<package name="fuchsia/development/product_bundles/v2"
path="prebuilt/ctf/f20/{{.OS}}-{{.Arch}}/product_bundles"
platforms="linux-amd64"
attributes="ctf-host-tools"
version="f20" />
</packages>
</manifest>