[roll] Roll fuchsia [fidl][llcpp] Allow-list WireTryDispatch uses

|fidl::WireTryDispatch| is an escape hatch which lets users
subvert the normal handling of unknown methods, that is,
closing the connection.

Fortunately, the remaining uses of this API is few. This CL adds those
targets into an allow-list to prevent taking on any additional users.

Original-Bug: 85473
Test: builds, and tested removing a configuration leads to error.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/587023
Original-Revision: 3bbddcdc90d2aad6ad1ee91a8b2de1d225e2d21d
GitOrigin-RevId: bb2b02f8f4f7befef6c8aa4847b51e19bff7628e
Change-Id: Ifd80f63835153c1817048bf1fae401c6def03cc5
1 file changed
tree: 4d7be824761ecc7af0dc1944155c2c42933cac07
  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.