[roll] Roll fuchsia [build] Replace `godepfile` with `go list`

This removes a circular dependency on godepfile (which must be built
with a Fuchsia-aware Go toolchain), paving the way for out-of-tree tools
being built with vanilla Go toolchains from the official distribution.

Test: Manually compared (sorted) '.d' files across this change.
Original-Bug: 27778
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/489497
Original-Revision: 4731197d50c7de899a339e20202434865b4d91ba
GitOrigin-RevId: 19d274b5419d08a7ebfd5f4d1a0280717aed4c46
Change-Id: I81afa0a4acc2862757753e43ec433bc2517b6e0a
1 file changed
tree: 26e10fdd75afb0fa9cd65f1a80b14252c92dca8e
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.