[roll] Roll fuchsia [component_manager] include exposed protocols in sandbox-based routing

This reverts commit 7b339649d8be2e281efd7db575fe16e92e0751e1.

This commit makes senders fallible, so that they will return an error
instead of panicking if they receive a `TrySendError`. This error can
happen when a component is unresolved or destroyed in between when a
route to the component is completed and a message is sent to that
component. That error case is now handled gracefully.

Original-Fixed: 308407836
Multiply: power-manager-integration-test-nelson, web_engine_integration-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/957413
Original-Revision: 4482a8dd9f6f0f012ba9ba916d1068539a731da5
GitOrigin-RevId: e2a80af943f5f4f9755b6f3bd1430f0fd73aa8a6
Change-Id: I936ffec6a8ef1bc1359b5553dcc207c04d8f7580
1 file changed
tree: e5caf940f0393c98f993eb48a22a0461b3bee771
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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.