[roll] Roll fuchsia [fuchsia-controller] Decode into fidlgen_python bindings when they're available

As we migrate tests to the new fidlgen_python bindings, we need
fidl._construct to decode into those bindings when they're available.
Otherwise, FIDL messages will decode into the old bindings, and
equality assertions between old and new binding types will unexpectedly
fail.

Original-Bug: 356217589, 355717613
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1244744
Original-Revision: 14e1b5ec03b3483f03ad7fa939eaa352bbe96b0c
GitOrigin-RevId: a087cba6a34da68fb20b5dbef2765f63d575b08c
Change-Id: I7fc248d0370e3383da64c3edaac6b6323316d737
1 file changed
tree: 9ddf025398fc4994fd3ff3b2b1aa3158d0abed3d
  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.