[roll] Roll fuchsia [build] Remove //tools -> //tools:{build,test}_infra dependencies.

Remove two dependencies from //tools:tools which forced extra
compiles for build configuration that didn't need them. For example
a `core.x64` configuration on a linux-x64 host would compile linux-arm64
host tools. In other words, before this CL:

```sh
$ fx gn path out/default //:default '//src/developer/ffx:ffx_bin(//build/toolchain:host_arm64)'
//:default --[private]-->
//build/images:packages --[public]-->
//build/images:universe_packages --[public]-->
//:additional_universe_packages --[public]-->
//bundles:tools --[public]-->
//tools:tools --[public]-->
//tools:test_infra --[public]-->
//src/developer/ffx:ffx_bin(//build/toolchain:host_arm64)
```

Original-Bug: None
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/660924
Original-Revision: 4ace6959667f3d110a5aee9aa82820def6c65677
GitOrigin-RevId: b327cbad1a77fae0545fa190f31418d43b425161
Change-Id: I3f4737d1781fb5732b7b1ecf1cc24e6ef017aa7b
1 file changed
tree: f1da069bb39ce741de60636834b8fe9cb5db4b87
  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.