[roll] Roll fuchsia [rbe][cxx] Workaround for newer clang toolchain

Newer versions of clang drive the compiler in a manner that
is sensitive to the existence of target libdirs.
re-client isn't aware of this yet, and only includes the correct headers
as remote inputs, without any linker directories.

This temporarily works around the issue by adding one file per critical
target libdir as a remote input to force those directories to
exist in the remote environment.  Since this wrapper is only used for
compilation and not linking, these extra remote inputs are not actually
used.

Original-Bug: 354016617
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1092316
Original-Revision: 6cecde067cd647de032bb9ecb95827bdd4f8d982
GitOrigin-RevId: 3c792c718b2c6636ad679ac4e833ef644724e1d0
Change-Id: I4923bc41ff16b132ec03d5ebc32d73877001d1fc
1 file changed
tree: 1cd71cfe28427c6a908f2e78fc1f5833541bb682
  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.