[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.