commit | 3cb3da73e686960958e2559b30faeee2cf02aaa9 | [log] [tgz] |
---|---|---|
author | Steven Grady <slgrady@fuchsia.infra.roller.google.com> | Fri May 09 14:28:41 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri May 09 14:31:24 2025 -0700 |
tree | 10f915859237a34a56e329af666d25b157dad742 | |
parent | cb437dd7f5b2c1ce63003d98cf221de7df925258 [diff] |
[roll] Roll fuchsia [ffx] Add "is_manual: bool" to ffx TargetInfo We'd like to add an indication to users of whether a target as added manually or not when using ffx target list. This CL implements one part of the puzzle -- allowing the daemon to provide whether it is manual when a client queries the TargetInfo. An alternative, full-featured data structure was also a possibility (indicating the source -- discovered by mDNS, USB, etc), but the existing daemon code is so convoluted that it would be difficult to add only to achieve a simple goal, and since the daemon will eventually be going away it didn't seem like a good time investment. Original-Bug: 287693356 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1271886 Original-Revision: a031e487c5c2ac98b937716a937907f00a812b0a GitOrigin-RevId: 4b53f0ccd8792a69adeabc486a4dfe6e2bdcc647 Change-Id: Ib315dfe67ba4149768a6a257dc435542bd88d6a1
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
.