[roll] Roll fuchsia [tools/lib] Add productbundle library

Define a shared Go package `productbundle` containing structs
representing the schema of the `product_bundle.json` file produced by
assembly.

These structs are a subset of the Rust `ProductBundleV2` schema used by
Go host-side tools.

Also remove the unused `productBundleMetadataV2` struct in
bundle_fetcher.

Original-Original-Bug: 495904502
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1651397
Original-Original-Revision: e3bf891f1f48c9bf242f8353e087fe2d5cf87d39
GitOrigin-RevId: f7c69db36cec7adad664ae76c36ba433bdd91a2c
Change-Id: Id12892e315b5dd4e812ec6ce8a8630038e10c9fa
1 file changed
tree: c12f713021a9283df2798a6ff9c304168541bfc8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.