[roll] Roll fuchsia [scrutiny-x] Initial production `Package` API implementation

This change introduces an initial `Package` API implementation. The
implementation required a few related changes that are used here for the
first time:

- Production comparison of `DataSource` objects;
- A meaningful `MetaContents` API;
- A test helper macro that compares `Blob` objects that may have
  different concrete types.

The initial implementation leaves a few things incomplete:

- Relies on fake `Component` implementation because no production
  implementation exists yet;
- Subpackages are not yet supported.

Original-Bug: 111242

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/777084
Original-Revision: 053aa336df1f2fe3cc99a18a5c1acc66a3327942
GitOrigin-RevId: 5755172b863f0651cf70cb00abda2e89eb03c84d
Change-Id: I18b301ba6e7df925d73bf196078bd497a84a5fb5
1 file changed
tree: 6b5cf34885c60a355d8cee8d830d4ab238aafc2a
  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.