[roll] Roll fuchsia [bazel] Prepare rules_rust for Bazel 7

Bazel query was broken for Rust targets and fixed in rules_rust 0.38.0
[0]. Fuchsia is currently on 0.16.1. In order to uprev, these changes
are needed:

1. Remove rust_toolchain.os, it's removed in favor of exec_triple (which
   we already set) in this PR [1].
2. Change new_local_repository.build_file to a label instead of relative
   path, otherwise Bazel would error out. Latest doc says this should be
   a label too [2].

[0] https://github.com/bazelbuild/rules_rust/issues/2383
[1] https://github.com/bazelbuild/rules_rust/pull/1960
[2] https://bazel.build/reference/be/workspace#new_local_repository.build_file

Original-Bug: 318334703
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/992975
Original-Revision: 0d43d2d79e5cdd0c311201b16facb7145a9fe1c7
GitOrigin-RevId: 00b292a347b9c239ad94eba91f87b6c42616d857
Change-Id: I6ff97376a09e947c94e3e0c19477c29ee778fd7d
1 file changed
tree: a7a7ac15bd7dea80c18100faac73afa318a2a56a
  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 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.