[roll] Roll fuchsia [bazel] Move quiet flag logic to bazel_action_impl

This moves the reading of the FX_BUILD_QUIET env var to the
BazelGlobalArguments class, and then uses that to drive the logic in
bazel_action_impl.py, so that bazel_gn_target_action.py no longer needs
to handshake that data through to the implementation.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1483887
Original-Revision: 5246be7646925abe7dbe600e2cf1a16e0045c9bf
GitOrigin-RevId: 1d033aebdbcd60efb60a3309a74876ecc5e63017
Change-Id: If70c36201e031bb13dd1e7a3cb9308303814fbce
1 file changed
tree: 8b0779fcbdf628dceec83cccf0a30f306f40a6fd
  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.