[roll] Roll fuchsia [ffx][config]Making "file" processing return 1 string

This changes the `--process file` handling in `ffx config get`
to return the first path configured that exists. Before this
change, if the config value was an array, it would return a
single value if only 1 of the entries in the list existed, but
if more than one existed, it would return an array, making it
very difficult to properly handle.

This change makes it always return a single entry.

Original-Bug: b/341777920
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1051241
Original-Revision: 746af24b49066e4e15b7b32e8a159fe787a8f8a1
GitOrigin-RevId: 8e5ec3daad4234a5f42d0ce445d53f9706522d09
Change-Id: I9db0420748cb3c81989648229e21aa10d4f03d06
1 file changed
tree: c00fd2bf86c4e08ff75a54f4b10a203d57ed6bef
  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 via the IRC channel #fuchsia on Freenode.

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.