blob: 1665be655349801849f06dd6a02e236a47fcf2fa [file] [log] [blame]
<?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="docs"
path="docs"
remote="https://fuchsia.googlesource.com/docs"
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"/>
<!-- Third-party -->
<project name="third_party/mako"
path="third_party/mako"
remote="https://fuchsia.googlesource.com/third_party/mako"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/pyyaml"
path="third_party/pyyaml"
remote="https://fuchsia.googlesource.com/third_party/pyyaml"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
<project name="third_party/pytoml"
path="third_party/pytoml"
remote="https://fuchsia.googlesource.com/third_party/pytoml"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"/>
</projects>
<hooks>
<hook name="install-fx"
project="scripts"
action="devshell/lib/add_symlink_to_bin.sh"/>
</hooks>
</manifest>