[roll] Roll fuchsia [fidl] Enable experimental flag no_optional_structs

This CL enables the fidlc experimental flag no_optional_structs and
fixes existing uses of Struct:optional, changing them to box<Struct>.
These are equivalent but we are removing the former syntax.

Original-Bug: 91681
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/679505
Original-Revision: 39c2ee76ab7d1375b7673f7de37d48eeb256d53f
GitOrigin-RevId: f94e2e7e83add29e8e2414c6c4110d516a4ff0c8
Change-Id: I3045767a53587d4b63d9e4b376d6f3f752fff6a3
1 file changed
tree: 8b20988a650040d5ff3946f71cac39bf416cc89e
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  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.