[roll] Roll fuchsia [fidl] Require explicit unknown interaction keywords

This changes the fuchsia.git build to require all protocols to be marked
open, closed or ajar and requires all methods to be marked strict or
flexible. This is just in-tree and won't affect the behavior of fidlc in
the SDK.

To allow this change all in-tree FIDL files have been updated to have
those required keywords. The current default or closed / strict has been
made explicit so that the API and ABI won't change.

This will allow us to change the defaults later, keeping the ABI and API
unchanged.

Original-Bug: 88366
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/868166
Original-Revision: 114c8544fc1e9601b8245218686e172a78e43c45
GitOrigin-RevId: d04e076221a1d4b87ced2646ce78f7ea35df9547
Change-Id: I40247b02b44fbd718e7952769a9da898ac6cb900
1 file changed
tree: 1e588ce40379dc96807257ba3337911b97ba4e76
  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.