[roll] Roll fuchsia [fdf] Removing fidl multiplexing from fvm_integration_test

As part of removing Devfs, this CL removes an
instance of fidl multiplexing, where a channel
is used for the fuchsia_hardware_block_volume::VolumeManager
and fuchsia_io::Node protocols.  This behavior is
hidden by the use of file descriptors.

Changed to now explicitly use typed ClientEnds.

Original-Bug: 42063787
Testing: editing test code
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/994994
Original-Revision: a151fce267a42a46b61953fdd896c4af3d76ec3e
GitOrigin-RevId: 70d00282da8114001d7e1eaa94559be0a395b306
Change-Id: I4dcb97367887f9bd188a0e02bd99a901f0d18b6a
1 file changed
tree: 0ddd29655062bc4e76cf29d31822db85cf50f159
  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 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.