[fastboot] Remove fastboot flash behavior

We will migrate to a stable Zedboot that is distributed via a separate
process in order to simplify the standardize the common path.

Continue will be removed in a future CL as well once the all devices
idle in Zedboot by default.

Bug: IN-571
Bug: IN-876
Bug: IN-975

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