[roll] Roll fuchsia [storage][fidl] Use typed channels in paver code

The non-trivial change was the introduction of
`BlockDevicePartitionClient`, which enforces that the channel type is
fuchsia.hardware.block/Block. We have another kind of partition client
"skip block", which uses a fuchsia.hardware.skipblock/SkipBlock channel.
The previous untyped interface combined those two as one.

TEST: `fx test paver-test`

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/478491
Original-Revision: 4c4effc44c8022ec4e74759559bae3d06ea05734
GitOrigin-RevId: a7cdf6e92a4ba8817cc14356db0f330ec58dd5b6
Change-Id: Icd0775a87a7915827a880d0303c3c2857065b0c4
1 file changed
tree: 70da045cfc1ff8d11cff406f6c10c780dd27690d
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.