[roll] Roll fuchsia [pbm] Unify how product bundles are loaded

Replaces VirtualDeviceProduct with load_product_bundle() which can now
parse a PBv1 or PBv2.

load_product_bundle() can take a string that indicates the name, url,
or local path, and fetch, parse, and return the ProductBundle. This will
be used by both flash and emulation code.

The emulator code will now use load_product_bundle() to get the
ProductBundle, and then use a match to handle the different versions
separately.

Original-Bug: 107194
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/718948
Original-Revision: 2684bacd790b81972fd4669d26f5e79273497446
GitOrigin-RevId: 3db2fb6b48986ab650c614bc519359c76d9cc6aa
Change-Id: Ib7d0570751bc830da1303c85eff7718d890c2841
1 file changed
tree: ff36edf18881618dcf243df44aa8456c1be997a5
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.