[roll] Roll fuchsia [fidl][summarize] New API summary format

This CL makes API summary changes described in https://fxbug.dev/131704:

* Protocols: add fields "openness" and "transport".
* Methods: add fields "strictness", "direction", "request", "response",
  "error", and remove field "type".
* Unions: filter out compiler-generated result unions.
* Structs: include anonymous request and response structs, including
  success structs in result unions, unless empty.

This also temporarily disables .api file checking in //vendor/*, using
the same strategy as I1bf57e08bd9625845700fd5669911804467823d6 did. A
follow-up will re-enable them once the .api files are updated.

Test: fx check-goldens fidl
Test: fx test summarize apidiff
Original-Bug: 131704
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/896039
Original-Revision: ece71adfce93fe450c03e76c63c777e301dc2997
GitOrigin-RevId: f10b9a171270c13dfdcee90dafa4fac461c9f37a
Change-Id: Iad755ec6cfa7dbcfde464d562539ae786fc6bb03
1 file changed
tree: e599c99a3b2830dceafc76956a3f07b64d26989a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.