[roll] Roll fuchsia [fdf] Remove RemoteControl proxy from driver_tools

Remove the usage of RemoteControl in the driver_tools library. Instead,
functions are passed as arguments that provide proxies to FIDL services
only when needed. This is to avoid needing a connection to RemoteControl
in order to execute subcommands of the driver command. This enables the
driver command to have subcommands that do not need a connection to
RemoteControl.

Original-Bug: 1000236
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/679351
Original-Revision: 82ce40f543731cfe645222f34903347a634de240
GitOrigin-RevId: 6ee28ff37f46a4e6a53b404dcc728c8d3063536c
Change-Id: I757ea64ba041f2e6092fa19ec05c8c59a6444417
1 file changed
tree: 470bfa1a70054df0259909d653e5d48b15107f59
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.