[roll] Roll fuchsia [assembly] Bazel products can avoid GN args for size checks

Bazel products no longer need to supply specific GN args, such as:
- size_checker_input
- blobfs_capacity
- max_blob_contents_size

in order to force GN to gather the outputs of a size check.
If a bazel_product_bundle supplies supplies the correct bazel targets
that run the size checks, GN will always gather the outputs into a
build_api.

Original-Bug: b/322361658
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/991632
Original-Revision: 1d6dfc13edf73d9669ef4221f96e3860284bd192
GitOrigin-RevId: 68b9f9649389f6cfe39b5736d0d492c1eb20e52c
Change-Id: Iff4234e19e03bcf55fb3f7510d85d295c0891523
1 file changed
tree: 920abbaa021a2b98a0bd9cf82840a7323d74191b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 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.