<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<imports> | |
<localimport file="minimal"/> | |
<localimport file="prebuilts"/> | |
</imports> | |
<projects> | |
<project name="fuchsia" | |
path="." | |
githooks="" | |
remote="https://fuchsia.googlesource.com/fuchsia" | |
gerrithost="https://fuchsia-review.googlesource.com" | |
revision="9901b6bd5e1069239039d42e79e1e620f1689ab2"/> | |
</projects> | |
<hooks> | |
<hook name="install-environment" | |
project="fuchsia" | |
action="scripts/devshell/lib/add_symlink_to_bin.sh"/> | |
<hook name="zircon-download-prebuilt" | |
project="fuchsia" | |
action="zircon/scripts/download-prebuilt"/> | |
<hook name="gen-ssh-keys" | |
project="fuchsia" | |
action="tools/ssh-keys/gen-ssh-keys.sh"/> | |
</hooks> | |
</manifest> |