[roll] Roll fuchsia [fuchsia-controller] Refactor Channel.write to clarify its arguments

The argument to Channel.write an "encdode FIDL message" as defined by
the encode_fidl_message function in fidl-codec. This refactor makes it
more obvious that the second elements of the tuple argument to
Channel.write does not contains handles of the type Handle but rather
hannels of the type (int, int, int, int).

Original-Bug: 346628306
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1144014
Original-Revision: a94251e4fd96d67ce4811bff1c032144ac78b7db
GitOrigin-RevId: ac5111bf146428dd38df4352a3cf71143401140a
Change-Id: I5dded70895fe206fde3d856fbd72abf2f0bf61dd
1 file changed
tree: 7d90e5bb4adc224e66238acd88386570502f1071
  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.