[roll] Roll fuchsia [zx][fasync] Use zx-level handle stubs.

Previously fuchsia_async would stub out types that are defined
in FIDL but which are missing from the zx crate. This changes
the relationship to require zx to define stub handles for new
handle types before they can be used in FIDL.

Original-Original-Fixed: 472525991
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1610950
Original-Original-Revision: 8917839355218d52cc353051cc0e292e67cd0890
GitOrigin-RevId: c40d416c2a0a5422b55ce90e7ac27c8f30fea3e1
Change-Id: I1b6ce757dd887084b18922e69e16bbd0dd81e23d
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1611442
Cr-Commit-Position: refs/heads/main@{#192636}
1 file changed
tree: d1c906579aea58b786a000ea80051049dcf014db
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.