[roll] Roll fuchsia [bazel] Add --config=quiet to Bazel launcher to disable verbose outputs.

This is useful to remove unwanted content from the output, for example
when performing a query, the progress information is just noise in the
standard output. E.g. `fx bazel --config=quiet query ...`.

+ Modify bazel_action.gni to use --config=quiet instead of listing
  the arguments explicitly.

Original-Bug: 117818
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/790128
Original-Revision: 3b7c87f8d344d79fcb74aec6bfd8a76ecc252f5f
GitOrigin-RevId: 58cd9b6f828c5fc136ee7f0fc2382066ac44938b
Change-Id: Id14b7eaec19fa8ed61ceff039a4f5822a171d33a
1 file changed
tree: e9e11f0d5cc5ac147f90a3f2e1b3bdf006098b64
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.