[roll] Roll fuchsia [llcpp] Remove Transport parameter from ClientEnd and ServerEnd

This CL removes the transport parameter from ClientEnd and ServerEnd and
instead retrieves the transport from a using declaration on the protocol
marker. A field on the protocol marker was used for this rather than a new
trait because the transport needs to be accessible in generated wire type
files.

Additionally, this CL:
- Removes dependencies on event and sync client template logic for the
driver transport. This reduces the amount of existing channel-specific
code that needs to change.
- Adds a dependency on the driver_runtime for LLCPP libraries in
fidl_cpp.gni. This is temporary and was necessary to resolve dependency
issues (wire types depend on ClientEnd/ServerEnd which depends on
the driver transport).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/620923
Original-Revision: 4539638643ec74b4430e875dc3ba22a5ae8d720a
GitOrigin-RevId: fdd4e13ead8ed3807a9cb7a1557e45826b156f11
Change-Id: I632ce69ea9304b1595d21b1555f8414b378d6643
1 file changed
tree: f5f7fa7513fd805ca7692cb0b8dfe099bb5c80f1
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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.