[roll] Roll fuchsia [fidl][llcpp] Fix ._CloseHandles build error

This is accomplished by removing the manual override calling into the
underlying message type's own `._CloseHandles()` method. This is no
longer necessary, as all `Wire{Request|Response|Event}` specializations
now inherit from the underlying message payload, allowing that base
type's own `._CloseHandles()` function to be called directly.

Test: fx test --device
fuchsia-pkg: //fuchsia.com/fidl_llcpp_protocol_tests#meta/fidl_llcpp_protocol_tests.cm
Original-Fixed: 97259
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/666767
Original-Revision: 5dbde3570e439ae5576c40c94b0d6ab812da1452
GitOrigin-RevId: 4756a60b4840610707b25d5685aa23fa634c8020
Change-Id: I123031df5222a4ae4b9b541319a1e67eb05af12e
1 file changed
tree: 6a75a80479f46f636764b572d3e3cca39db6eda8
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.