[roll] Roll fuchsia [assembly] Enable ZBI signing by generated_board_config arg

Instead of using the global GN args to enable ZBI signing, we are now
allowing clients of generated_board_config to specify their signing
script (if present). This allows boards in the same checkout to have
different signing parameters.

This bug was discovered in //build/images/guest, where some GN
configurations specify a ZBI signing script as a global GN argument, but
//build/images/guest should not be signed (according to
assemble_system.gni).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/559501
Original-Revision: c261985e01a6f39f47343baefcc02c9e5ed1399d
GitOrigin-RevId: 3580d650ad65987cca6063b8f380e940e3ba71ed
Change-Id: I6c92551e66ad2d484735dd274736516845913302
1 file changed
tree: ee302342f5934a9d9077749ce6929df96b55fc75
  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.