[symbolize] Support triggers

Change-Id: I2b3a4e43921f3f721d540d0a5ebae872c79bf6af
12 files changed
tree: a1847e15629865e66692fb759ed853b03b2b45d4
  1. bloaty/
  2. cmd/
  3. color/
  4. elflib/
  5. gndoc/
  6. isatty/
  7. logger/
  8. ninjalog/
  9. symbolize/
  10. .gitignore
  11. Gopkg.lock
  12. Gopkg.toml
  13. LICENSE
  14. manifest
  15. PATENTS
  16. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"