[roll] Roll fuchsia [devfs][tools] Removing multiplexing from iotime

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

Changed to now explicitly use typed ClientEnds.

Original-Bug: 42063787
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/995412
Original-Revision: 14b426a1a1315c7641fcc99ee2439265972f962f
GitOrigin-RevId: 97351e38e0fcda7ad16540ec42a3fa6b790bacc8
Change-Id: I7ff27a96d08249927b8ce58da2fae153d4344b53
1 file changed
tree: 0c6efba4ac597af0318382ae17f8b84afea54579
  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.