[roll] Roll fuchsia [fshost] Add support for mounting the data partition

To make this work I had to make a number of other changes, including:

 * The integration test needs to use realm builder because it's
   not possible to run the tests in parallel otherwise.

 * The Rust fs_management library now runs blobfs as a component.

 * I had to fix the Rust fs_management library so that it can run
   components in a collection which is required to avoid races.

Original-Bug: 87511
Original-Fixed: 106137
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/708822
Original-Revision: 0fe250187a522be051cf2ee5740d6f8aa5f18e5d
GitOrigin-RevId: fd7abe6c490b2fb7e988f275cfa081e7ba61b562
Change-Id: Id13dc3c615e90c3ef8e6c75fe2e185c6274fb9bb
1 file changed
tree: f3ea672d12a86472d5f4460d1e152597b3cbadaf
  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.