[roll] Roll fuchsia [fidlc] Enforce new empty response syntax

This CL makes fidlc enforce using `()` instead of `(struct {})` for
requests and responses, now that the change is rolled out everywhere.
Previously enforcement was gated by the experimental flag
simple_empty_response_syntax.

The next steps before closing the bug are (1) stop passing the
experimental flag in petals, and (2) remove the flag from fidlc.

Test: fx test fidlc-test
Original-Bug: 112767
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/894725
Original-Revision: c34c52e2e3c84cff7cbfc229a4d7f1aaaf1a3865
GitOrigin-RevId: b68b1819127570371ade16ef8927a548f507a5fa
Change-Id: I54c2535e8d2773d1b85cf2a1e9d654b35e5cb640
1 file changed
tree: e052acddcb0b1a67dc01b4984bc48d3a094c7c96
  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.