[roll] Roll fuchsia [fx][target] Warn when fx set-device is shadowed.

Print a helpful warning when the default target set via `fx set-device`
will be shadowed by the ffx default target.

Also run the check when workspaces are switched via `fx use`.

Example message: """
❯ fx set-device fx-device
Default device for '/usr/local/google/home/chandarren/fuchsia/out/default' is now fx-device
WARNING: The build level device "fx-device" is being overridden by the user level device "ffx-device".
WARNING: Here are all of the ffx default values set: [
  "ffx-device",
  "global-device",
  [
    "fx-device"
  ]
]
WARNING: Please run `ffx target default unset; ffx target default unset --level global` to fix this.
❯ fx use out/default
WARNING: The build level device "fx-device" is being overridden by the user level device "ffx-device".
WARNING: Here are all of the ffx default values set: [
  "ffx-device",
  "global-device",
  [
    "fx-device"
  ]
]
WARNING: Please run `ffx target default unset; ffx target default unset --level global` to fix this.
"""

Original-Fixed: 396572767
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1209044
Original-Revision: 51303cc93307916f715359174615b89ee78043b8
GitOrigin-RevId: af132790b0046a4af5af52c541dd641852308fed
Change-Id: I30ce96387ddc890b331fa53b3efffcf39e1f219a
1 file changed
tree: 90cde4a5146f2c92a3a1d688669c8ee92146f93f
  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.