[roll] Roll fuchsia [fx] Rename `fx -d` to `fx -t|--target`.

PSA: http://shortn/_gaEU6X5s2P

This CL introduces `fx -t|--target` as aliases for `fx -d` and makes
`fx -d` issue warning messages hinting that users should update their
invocations to `fx -t|--target`.

This will help this flag align better with ffx's `--target` and `-t`
flags, streamlining explicit target specification and allowing us to
simplify documentation/error messages.

Example:
```
❯ fx -d fuchsia-emulator serve
WARNING: `fx -d` will be deprecated and will go away soon.
WARNING: Please use `fx -t fuchsia-emulator ...` or `fx --target fuchsia-emulator ...` instead.
2025-04-14 13:42:02 [serve] Discovery...
INFO:
INFO: Default device set: fuchsia-emulator
INFO:

2025-04-14 13:42:06 [serve] Device up
2025-04-14 13:42:06 [serve] Starting repository server
Switching log file to "/usr/local/google/home/$USER/.local/share/Fuchsia/ffx/cache/logs/repo_default.log"
Serving repository '/usr/local/google/home/$USER/fuchsia/out/default/amber-files' over address '[::]:8083'.
^C⏎
```

Original-Bug: 401632725, 410066439
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1252244
Original-Revision: 0302f97dea6f96ffc214ce6c6fc663face2b9537
GitOrigin-RevId: eed0fe6c8bb2ccbbfc076d5f9cec6dba84636913
Change-Id: I0e2c12c7ce0e974546271a7127b85a72ab1b8e39
1 file changed
tree: a2217c3f05f84c2fc0ae5a840a5cd7fc98e8f6c4
  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.