[roll] Roll fuchsia [honeydew] Fix WlanPolicy OverflowErrors

Fix failures in the WlanPolicy FC affordance functional tests where
encoding FIDL messages results in OverflowError being raised. This was
due to channels being passed in as Channel objects instead of integers.
Using take() on Channels before passing them to FIDL methods addresses
this issue.

Original-Bug: b/365813073
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1116535
Original-Revision: fd92fc7a3679ad85626df6a8c43f36c8b2fa7cc1
GitOrigin-RevId: d923ef2fe3b57b595416276723ab80388ec6fbed
Change-Id: Ib7563b638bc40ccd28de32f89e53524e1d8c1245
1 file changed
tree: 4621b544eee122cd4abd09b4f61b785288a46129
  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.