[roll] Roll fuchsia [ffx] ffx --strict target show

Add --strict support to `ffx target show`, which basically means
replacing the `TargetProxy` with a query to the DirectConnector. I chose
to expose the connector by adding a new FfxTool field that provides
the direct connection if one is available, as well as a
`Deferred<TargetProxy>`. If we have a direct connection, use it to
gather connection information; otherwise use the `TargetProxy`.
(Some of the information was also available directly from RCS, so
the code also is changes to use RCS where possible.)

Testing this required exposing a `MockDirectConnector`.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1160472
Original-Revision: a4c1ac66cf9345dbfa8bb2531f009ae521f7e5c0
GitOrigin-RevId: d24d242ff219cc551d845db1e7cb2f900f5dd88c
Change-Id: I5c142c2eed752e09e69e6a9183dcf598df95cf23
1 file changed
tree: 4e29953fa800d58d9ed242b1f88abd0ea2b8172e
  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 in one of the communication channels documented at get involved.

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.