[roll] Roll fuchsia [bedrock] Router uses BedrockError

This prepares moving Router into libsandbox: libsandbox doesn't have to
depend on the weirdly shaped error types in CM. They are erased into
BedrockError.

Furthermore, if someone in component_manager wants to implement
"MyFancyRoutingFeature", with its own fancy error type, they can erase
that error into an appropriate category when authoring the Router impl.

It may be possible to remove RouteOrOpenError since that looks a lot
like BedrockError. I'll leave that as a follow-up.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1006887
Original-Revision: 5c3d44c8c60d9f9119cad8b720b0d38d695e0a68
GitOrigin-RevId: 7df0d7692d7e519f47b04177929f984e9e4259ae
Change-Id: I28a0e739f984f5a74f857d86f2892ed83034d76d
1 file changed
tree: d9ba7c1c891db6bb07da995d1650b77ea9ff8043
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.