| commit | b00300be957f636d69647360062caafe77382d15 | [log] [tgz] |
|---|---|---|
| author | Steven Grady <slgrady@fuchsia.infra.roller.google.com> | Thu May 08 10:33:39 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Thu May 08 10:35:11 2025 -0700 |
| tree | bf18cad1caf6d44b34d596a679b574c972ec7472 | |
| parent | 2e667e23bd5b539148ca081c8aa071adb8bf2bf7 [diff] |
[roll] Roll fuchsia [ffx] Support "ffx -t target list" A target list query can be specified with "ffx target list <query>", but usually users specify a target with "-t". This CL allows "ffx -t <query> target list" to also be used. Note that the CL is slightly tricky, in that normally "-t" is handled by querying the default target. But we don't want the _default_ target to override, we only want to override if "-t" was specified on the command line. So we explicitly look at the FhoEnvironment copy of the FfxCommandLine to implement the correct logic. This introduces a behavior change: if a script were already calling "ffx -t <target> target list" and checking for a exit status of 0, this will break such functions. Such code should be changed to not specify a target unless it is actually checking for the specified target. Original-Bug: 344903757 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1269066 Original-Revision: 93f05458121efef9f7ecc1184b2b6fbc22b5881d GitOrigin-RevId: daad1a2544747cda333df3909a0eaea2193faf5f Change-Id: Ie2d0f917f84e25d53e253b1fabb34af7b82ce430
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.