[roll] Roll fuchsia [build] Allow setting verbosity of regenerator under fx build

Save the verbosity level of `fx gen` in the patched `build.ninja` so all
calls to regenerator.py by Ninja will use that verbosity level. This
allows debugging regenerator.py within an `fx build`.

Note that the verbosity of `fx build` has no effect on the verbosity of
regenerator.py, even if regenerator is run when `--verbose` is passed to
`fx build`.

The following builds with verbosity level 1, then level 2, and finally
no verbosity.
  $ fx gen --verbose
  $ fx build
  $ fx gen --verbose --verbose
  $ fx build
  $ fx gen
  $ fx build

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1248871
Original-Revision: 446ee27d903dad630ea986e32c65cb604ffbba57
GitOrigin-RevId: 713235301fd16e4f75b51f522567cd68041f38f5
Change-Id: I64195ca341420bce72f333c608e0a44e5ca2eeda
1 file changed
tree: 4e363f3a617abd138ee9587d57aa968c931eb4c5
  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 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.