[roll] Roll fuchsia [ffx][driver] Simplify get_device_info/get_driver_info

Taking in an iterator makes things complicated with respect to
lifetimes, thus it is simpler to take in a slice which we then transform
into an iterator later.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/610021
Original-Revision: 2b3d526185d52b9c43ffacb1073caea0bac3f266
GitOrigin-RevId: 1f83780d7fcda25afaa1eb2dc6967e6a1a607aa6
Change-Id: I4062ae88c7a47275936b15cca1503146fad10ad3
1 file changed
tree: b33a47dec0cd12dd988f5dba66475423a0fca915
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
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.