Sign in
fuchsia
/
scripts
/
refs/heads/3p-dart-pkg
/
.
/
zsh-completion
/
_fx_build
blob: 017f687f1b7cf22c2cac84cbca521384fbd39b00 [
file
] [
log
] [
blame
] [
edit
]
# complete build by asking ninja for a list of available targets and trimming the target deps off
_values
`"${fuchsia_dir}/buildtools/ninja" -C ${fuchsia_build_dir} -t targets | sed -e 's/: .*//'`