[roll] Roll fuchsia [rbe][rust] Expand linker scripts

Remote linking (e.g. for Rust) may encounter link args
that are linker scripts, as opposed to archives/binaries.
Linker scripts need to be evaluated to determine
all of the files that will be needed for the eventual link.

With this, we can un-hardcode some of the sysroot files
listed in fuchsia.py, and make it more robust to sysroot updates.

Original-Bug: 129842
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/879972
Original-Revision: b8e9f96ff0853125d84305dbc37e833cce526baf
GitOrigin-RevId: bcb3795ee7ebd488a703419db4eeb112da72a644
Change-Id: I3f7c982559192eb54a35a6b3b88be1186b1f4069
1 file changed
tree: d161de4f362b074eac37e522d91ad9523d1b5430
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.