[roll] Roll fuchsia [zither] Introduce Element, Decl, and Member interfaces

Mirroring what fidlgen does, this change abstracts the zither
declaration and member types with corresponding interfaces. This allows
us to tidy up redundancy in the backends considerably (in dealing with
these interfaces in lieu of concrete types) and paves the way toward
introducing annotations support (which we'd want to uniformly attach to
all declaration and member types).

Original-Bug: 51002
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/718866
Original-Revision: f12dcd8c2566c1d11e9cdb88b2c619ffbd4b2c7c
GitOrigin-RevId: c10e65384ec28a40c1c43540dc75513b9ceaba49
Change-Id: I79f73f9f4b89de6a9c05c472d690155bd460cdab
1 file changed
tree: 87c6fd18fa05adc695ea6a395b72a6f75d3935e9
  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.