[roll] Roll fuchsia [build] Don't pass extra --sysroot to rust auxiliary tools

This is not needed since it's already the default in the tools.
When there's a config() adding an explicit --sysroot switch, that
is used in the auxiliary tool actions via {{rustflags}} so adding
another switch is both an error and uses the wrong value.

Also clean up some GN imports.

Original-Original-Bug: 511324029
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1625054
Original-Original-Revision: f2677383d3b29d5fb45c9e97e172fb06d4d3fcad
GitOrigin-RevId: e4d8f129d8bb1a2539b44b23a679d2c0d28dc942
Change-Id: I11e6680c2dad99d7a7e2048751f3ad24066fc590
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1628065
Cr-Commit-Position: refs/heads/main@{#193515}
1 file changed
tree: d146e391d2ca56a50118c718af26828dd0ab36e3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  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 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.