[roll] Roll fuchsia Revert "[paver] Add FindDynamicDataSink"

This reverts commit ae970f3f8431947b11e6900384b4d6556d6768b3.

Reason for revert: Needed to cleanly revert parent

Original change's description:
> [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
> Change-Id: Id7bd4befd47d5d915d21c7b2ce06867d4deb630f
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1152401
> Reviewed-by: Suraj Malhotra <surajmalhotra@google.com>
> Commit-Queue: James Sullivan <jfsulliv@google.com>
> API-Review: David Pursell <dpursell@google.com>
> Reviewed-by: David Pursell <dpursell@google.com>

Original-Bug: 371060853
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1161565
Original-Revision: 5b48d06e2ba1859231789f838bfe335678c35c68
GitOrigin-RevId: 7d4696ed6f570e87d2e2de10a1b4daad9e4d8081
Change-Id: I1b22ef60eedc4734b7464fdc070c52240d4f2e62
1 file changed
tree: 8b33157d66b91e15d68331f805fabfbc0b8e941b
  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.