[roll] Roll fuchsia [build][alln] Remove Zircon build invokation.

The Zircon build is now empty, and our infra and developer scripts have
been cleaned from any reference to it. This CL finally removes its
invokation that was performed inside //BUILD.gn.

+ Remove //zircon/public/canaries/ which contained the script used
  to check Zircon and Fuchsia build toolchains equivalence during
  build unification.

+ Remove BUILD.zircon.gn that do not have a BUILD.gn symlink to them.
  Either because they don't have a corresponding BUILD.gn file in the
  same directory, or because they have one, as a stand-alone file
  that contains the same or better content. In all cases, these were
  not used anymore.

  Note that a future CL will remove the remaining BUILD.zircon.gn files
  by running the last remaining script under //scripts/unification/

Original-Bug: 60410
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/472603
Original-Revision: ef023be983cbec21fd354431eb38330a9480520e
GitOrigin-RevId: a9491860e141e4acb15fd868ff3fcf200d424b31
Change-Id: I6d1808e3ad267193174a8be87b816972b5af8c22
1 file changed
tree: 4eaa0959847faa883984e700cfdbcf0fb14d2372
  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.