[roll] Roll fuchsia [graphics][compute] Stop advertising executables in tool_paths.json

The host Vulkan executable and target archive GN scripts used in
`compute/` were littering `tool_paths.json` with entries.

Furthermore, this resulted in duplicate tool names sharing the same
triple { "cpu", "name", "os" } under the `host_x64` and `linux_x64`
toolchains.

The fix is to use the metadata depedency barrier (`tool_barrier = []`)
to halt walking executables that we know are not used as tools.

Testability:

* No change in behavior but confirmed with a successful CQ build.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/676848
Original-Revision: 41d3ec9a07404fed515bed4d21cac1d7e93e7b43
GitOrigin-RevId: a4cdd0fc72ae8b548efa06c4db3f38017ea8ca86
Change-Id: I0f90788d5d6ca0161476cb5a1fab177600aad02f
1 file changed
tree: 93a65cea9cbc8257c81af557cfc9c5717c53e9fc
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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.