[roll] Roll fuchsia [bazel] Use Iterable of FilePaths instead of a List in run_bazel_command()

While a FilePath can be a str, a list of str's cannot be
passed to an argument that takes a list of FilePaths.

This switches the function to using an Iterable  of
FilePaths, which can be passed a list of str's.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1485538
Original-Revision: 65fd36cc304b1df41fbf1dc5531a24b11fcd0ac2
GitOrigin-RevId: 3e7f2039aa4477581f560552d982022192e33c90
Change-Id: Ibceae77825976fe4087d1cdd9d49958babf3317e
1 file changed
tree: ce6d6baec879f00cb441ddccd4caa80c8fee5c69
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 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.