[roll] Roll fuchsia [assembly] Add GN arg for verbose ffx assembly operation

Adds a new GN arg to enable verbose output from ffx assembly.

Adding the following to args.gn:
```
verbose_image_assembly = true
```

or adding the following to `fx set`:
```
fx set ... --args=verbose_image_assembly=true
```

Will enable all log output from the ffx assembly plugin to be output
by the assembly build action(s), instead of operating silently.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/550903
Original-Revision: c6f3e81e58d67d2e863d120bf81bffc6d9769d5c
GitOrigin-RevId: f6e5c29c480e8c58daf1b9f0fa989479b09d224e
Change-Id: Id4dd25af90c52d15a4114b185166214255b062b7
1 file changed
tree: f0e6e32818cc145c857a9ec10fa18260411036e6
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.