[roll] Roll fuchsia [linux_runner] Handle OpenTerminal requests with params

The linux container has a helper utility `garcon-terminal-handler`
which can be used to send OpenTerminal requests. With this change
the following use-cases now work:

1. Launching a terminal application in the container first and picking
   it up later with the empty URI: 'linux://'

2. Specifying the program to execute and its args

e.g.
 [container]> garcon-terminal-handler -- python3.7 -c "input('Hello ')"
 [fuchsia  ]> session_control add linux://

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/601748
Original-Revision: b20e97a9a764dd1def092cc6731ce5309ca3f3e3
GitOrigin-RevId: 424f5ac436eb8973ce7eeebe17ad99532359cf68
Change-Id: Ibd4a295f1dd5551b1e8a025e60c3d5efdfe091a2
1 file changed
tree: ade2361862210cd13b890211825ac7209c949e67
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.