[roll] Roll fuchsia [bazel][assembly] Add missing "json" metadata field for product bundles.

The schema of the `product_bundles` build API module states that
the "json" attribute, which points to the product bundle manifest
file, is required.

However, the bazel_product_bundle() didn't define this in the
metadata it generated for Bazel-assembled product bundles. This
caused `build/api/client print --last-build-only product_bundles`
to fail, because it could not find the "json" object field when
trying to filter the content of `out/default/product_bundles.json`.

See the CQ failures on [1] for examples.

[1] https://fuchsia-review.googlesource.com/c/fuchsia/+/1114414/2
Original-Bug: 42175326

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1116274
Original-Revision: 48085863a8d397052428e8062914a945f96d2a0e
GitOrigin-RevId: bc8c8d72fe0ab82ae998183d48ab369e4d29f9d1
Change-Id: Id102a790073aa42306bf4fb255aac6330febe812
1 file changed
tree: 90a58270bdda05ebf5dcbcb80558f20fbfe48a67
  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 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.