[roll] Roll fuchsia [build] Fix RBE wrapper not to interfere with options it doesn't understand

Without this, the wrapper thinks that e.g. `-r` is short for
`-rtlib` and is missing its option value.  There is no need for
the wrapper to recognize options just because they exist, so
rather than adding each option that is otherwise broken by it, it
should just leave all other options alone as seems to be the
intent.  The compiler options don't use prefix-matching logic, so
the wrapper should not either.

Original-Bug: 342469121
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1057973
Original-Revision: 77f048e2c954a468d615e736eb302430a047d0e2
GitOrigin-RevId: 19183cda7bc1e7e7cd641a64a7f6620cbb6cc059
Change-Id: I6671b22fbef86229089b6ee32d536466a98d5a80
1 file changed
tree: 3ec630c19f351572a3ec51db050c5cd39d977a54
  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.