commit | bb20509764654f8cc23127060df73a3e295f10f1 | [log] [tgz] |
---|---|---|
author | Steven Grady <slgrady@fuchsia.infra.roller.google.com> | Thu Nov 21 20:16:06 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Nov 21 12:19:56 2024 -0800 |
tree | 4e29953fa800d58d9ed242b1f88abd0ea2b8172e | |
parent | 6f765f05b65847b36c75d754a10685cca6dca878 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.