[roll] Roll fuchsia [paver] Add FindDynamicDataSink

Adds fuchsia.paver.Paver/FindDynamicDataSink, which replaces
fuchsia.paver.Paver/UseBlockDevice.

The old API (UseBlockDevice) put the responsibility of finding the
appropriate block device on clients, but this requires clients to have
access to devfs, which is being removed.

The new approach relies on asking the paver service to find the
appropriate block device, and in turn the paver will ask fshost (see
https://fxrev.dev/1151454).

Client will be ported in follow-up CLs.

Original-Bug: 371060853
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1152401
Original-Revision: ae970f3f8431947b11e6900384b4d6556d6768b3
GitOrigin-RevId: 3c1ff0c663b1b73a50b68a11dfc11346d9406b4c
Change-Id: Ie10645dddf928ae7be57e21243ee6bc62e846883
1 file changed
tree: 8b22ea16f1f5b6e291a29ebb40b2d3adda4eec7b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.