[roll] Roll fuchsia [rbe] Fix main remote flag forwarding

Manual invocations of `remote_action.py --inputs=... -- command`
were broken.

Handle --remote-flag forwarding more consistently across apps.
Preserve repetition and ordering of forwarded and transformed flags.
Don't replicate functionality in multiple argparsers.

cl_utils.FlagFowarder doesn't need to understand any semantics/types
about the flags it is detecting and transforming.  Delegate
semantics to the function that consumes results from FlagForwarder.

Delete the old REMOTE_FLAG_ARG_PARSER.

Original-Bug: 96250
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/836379
Original-Revision: 94e2dca345b59ce3ce433f12d12b464004a38271
GitOrigin-RevId: f9c678ba088e9160463383958bc14f6e5604c496
Change-Id: I2d851f796131d6fdcabe849dc8f61bb892b240fd
1 file changed
tree: ec1dc2c27c6c550dac68102349dda9e04a499be0
  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.