[roll] Roll fuchsia [fidl][llcpp] Remove Request & Response aliases

There were aliases from fidl_library::Protocol::FooRequest to
fidl::WireRequest<fidl_library::Protocol::Foo> and from
fidl_library::Protocol::FooResponse to
fidl::WireResponse<fidl_library::Protocol::Foo>. Those have been
removed.

Original-Bug: 72798
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/511905
Original-Revision: 296a2c77e8f19290482be13d0f8dfc1f0ba1735b
GitOrigin-RevId: 30422b722f0801f298409d1262fe111347e3b4b7
Change-Id: Idf44d532929176e8cd0ba4a8c253acaf0f2ae8c6
1 file changed
tree: dbfe9b93a0f312b6b073fca133b38ec9dce0b534
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.