[roll] Roll fuchsia [ffx][core] Removing unneeded #[command()] macros

The #[command()] macro generates code that is used to stitch together
ffx plugin subcommands that are compiled separately from each other, or
plugins that are linked into the main ffx.

This removes that macro from standalone subtools that do not have
plugin_deps[] in their BUILD.gn file.

This is done to clean up unneeded code generation and clean up subtool
building.

Original-Bug: 383755468
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1216424
Original-Revision: a4b1c2c0737b171b2b7572db83d22b5247a0ca80
GitOrigin-RevId: 68e6035ec92a28c2198e5fb4544fadcfe423db4c
Change-Id: I163b8ab005ba37e8121f672a3e9b60b330eeb6ac
1 file changed
tree: 397036ed566fc29ddfdcf456d720ea89a67baf52
  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.