[roll] Roll fuchsia [fx] multiple arguments in EXECUTABLE metadata

Adds support for multiple arguments in the EXECUTABLE metadata, allowing
metadata fx files to specify, for example, a specific prebuilt python
interpreter instead of relying on the script shebang, which is useful
when the underlying script is vendored and cannot be changed.

Original-Bug: 72854
Test: manual and `fx self-test`
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/506869
Original-Revision: 240cc53f5cd8ae322ac590d244856b2a1206f82f
GitOrigin-RevId: ba12f9f91624c54286a6e14e35e9aa8943a8d3e7
Change-Id: I3f038ea2eb20a85fc2a9cceae996ef01f612cfbe
1 file changed
tree: 1c18b251d62b7a0fa52cf9a8536b78f18b7b9f14
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.