[roll] Roll fuchsia [assembly] Add support for intermediate levels of zbi compression between zstd and zstd.max

The zbi tool supports any level between 4-21 for zstd compression using
the syntax 'zstd.N', where 'N' is the level.  This plumbs that through
the board configuration and through the assembly tool, so that those
levels can be used.

Follow-on CLs will take advantage of this.

Original-Bug: b/376083197
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1146209
Original-Revision: c7680e1fd839dee5f4584477fee56ea836a1f708
GitOrigin-RevId: 33304efcda3db701ca684ca49b2937775dd8c48e
Change-Id: I5d884037553ecea7683cb0505da72e12c0e292c9
1 file changed
tree: dbf1dbe5496caf562d738ec860767b2249d509bf
  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.