[roll] Roll fuchsia [fidl][llcpp] Introduce fidl::UnownedClientEnd<Protocol>

During the soft migration to typed channels, we discovered that using a
const reference to a fidl::ClientEnd<Protocol> would not cover all the
use cases. This CL adds an unowned version of ClientEnd, similar to a
typed zx::unowned_channel, to be used by upcoming migrations.

Test: added some
Original-Bug: 65212
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/466344
Original-Revision: 96516b2b5c72c13aa35531ef0d23e0b0e33ae067
GitOrigin-RevId: 3d8d369f5d001dc8d1c50741610184e790307896
Change-Id: I555f5a5d6e32167ac14a87a32d4e54b598847ca6
1 file changed
tree: 8feb6aaa3de33c9e16e7ee22a5d979f49d7773f8
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.