[botanist] Delete DeviceContext

We will not be able to share //tools source with the tree, so
GetDeviceContext will not be to called by tests. Easier for such tests
to just peek into the environment for individual values/properties.

Change-Id: I5a96cec0340bf9318a43652361e1c86f1b6fd18a
6 files changed
tree: bbc3893a53f11a43d42a33935facf2fceeed501e
  1. bloaty/
  2. botanist/
  3. build/
  4. cache/
  5. cmd/
  6. color/
  7. digest/
  8. elflib/
  9. fastboot/
  10. gndoc/
  11. isatty/
  12. logger/
  13. mdns/
  14. netboot/
  15. ninjalog/
  16. pdu/
  17. qemu/
  18. resultstore/
  19. retry/
  20. runtests/
  21. secrets/
  22. serial/
  23. symbolize/
  24. tap/
  25. telnet/
  26. testrunner/
  27. testsharder/
  28. tftp/
  29. .gitignore
  30. go.mod
  31. go.sum
  32. LICENSE
  33. manifest
  34. PATENTS
  35. 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"