[symbolize] Color log messages using logger and color libraries

Change-Id: I6accff96a193ffdad3e73abb44ca8c4d71ba01c3
4 files changed
tree: 7aa78f858c9332d30384678c3b6451dfa758b298
  1. cmd/
  2. color/
  3. elflib/
  4. gndoc/
  5. isatty/
  6. logger/
  7. ninjalog/
  8. symbolize/
  9. .gitignore
  10. Gopkg.lock
  11. Gopkg.toml
  12. LICENSE
  13. manifest
  14. PATENTS
  15. 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"