[roll] Roll fuchsia [build] Remove unnecessary deps

These deps cause non-variant Rust libraries to be expanded in variant
build (e.g. asan builds). This can cause Rust builds to fail when
dylibs are found in the dependency graph. See linked bug for details.

I believe most of these dep edges are no longer necessary, for the
build-only one I'm switching it to be included only in non-variant
build for now, until it's used by other binaries in-tree.

Original-Bug: 391294693
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1191392
Original-Revision: 5ddd3b927f647efd9b261f554a25ff5c498db3bc
GitOrigin-RevId: df54a37a052a9832479e8b7005fb5096ae47ce9a
Change-Id: I9ad3209777dbf626a7e83972612f274a9652bd22
1 file changed
tree: 65e05673d98c52e1b534d535aea98271964966f1
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.