commit | 6cc1b0192598b5b29fc349d314de57ffd3f53f90 | [log] [tgz] |
---|---|---|
author | Alex Zaslavsky <azaslavsky@fuchsia.infra.roller.google.com> | Thu Apr 07 02:15:09 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 06 19:16:24 2022 -0700 |
tree | 6a75a80479f46f636764b572d3e3cca39db6eda8 | |
parent | b55e97d11399f67a191a9be087c82a2f14f9dd69 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.