[roll] Roll fuchsia [llcpp] Use VTable rather than transport type in message classes

VTable is now used to indicate the type of the transport and allow
easier lookup of fields stored on the VTable. The motivation for doing
this is to avoid a dependency in llcpp_transport.cc on the all of the
transports.

Original-Bug: 85734
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/602568
Original-Revision: c21fe82201e410a03397ac283788285a10a48bc7
GitOrigin-RevId: 658389f2379a88c035e725627d82efa9acc68b77
Change-Id: I2b3b3624d912845a4a430356d7e3685134e49314
1 file changed
tree: 129d3809bb72298d122fa863c7c9a5a3f450cd8d
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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.