[roll] Roll fuchsia [zither] Make zither able to interpret library zx

This change allows zither to not fail in interpreting FIDL library zx.
This is done by having the backend ignore FIDL elements that it does not
(yet) understand, and by adding basic support for the new experimental
"zx_c_type" primitive types. Subsequent changes will add proper support
for understanding the v2 zx annotations and abstractions.

Original-Bug: 110295
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/742046
Original-Revision: 826547361c7cce397dc0d44830dca4b629e2d281
GitOrigin-RevId: a8e2a8d26b2e1fc5e29726ee9248222925cad604
Change-Id: I0aef0e1249633a6ed4f71826cf0c09fa21b537c2
1 file changed
tree: 06401d7f6dd924e97066fa67464f0d46fb8411ed
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.