[roll] Roll fuchsia [scrutiny_x] Boxed Package API implementation

This implementation required some related structural changes within
`boxed` modules:

- Eliminate separate data source types that were basically aliases for
  `kind=SpecificDataSourceKind, ...`;
- Make `BlobSet` trait objects clonable

The above changes were necessary for managing data sources and blob sets
associated with packages and their blobs. In particular, a new pattern
was required to preserve the "basic info" of a data source (kind, path,
etc.), but construct a new (distinct) node in the data source tree. This
allows package content blobs to report their data source ancestor chain
as:

content blob set
-> package
-> package blob set (usually the same as content)
-> ...

Original-Bug: 111242
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/877546
Original-Revision: 4152a928a0f6a9c9c6c99f65e530903d91c4bb81
GitOrigin-RevId: 58e1e8012dc2ef1cdc8fc57bf4f22adcaeb7442a
Change-Id: I08e88ddc594b091040d2b8fc664c2ad213882346
1 file changed
tree: b3bf9f210a4716ee071dca4ca7dfe8dbb0f63170
  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.