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