[roll] Roll fuchsia [llcpp] Clean up dependency on transport_channel.h

This CL removes the dependency on transport_channel.h from several core
LLCPP headers. This makes it possible to move the channel-specific
parts of the ClientEnd and ServerEnd definitions into
transport_channel.h, keeping the client_end.h and server_end.h headers
more generic.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/626306
Original-Revision: 7e8f80d4b263e53a2287990953e11f4107325d4c
GitOrigin-RevId: a895f6e3a673303ea770a74683c28c65564325fa
Change-Id: I42eaf0d55bceb823aab306c0b012e9e615df1c6e
1 file changed
tree: 58dd0a12cebeac3b5b516e30a0b719e127bf4d68
  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.