[roll] Roll fuchsia [component_manager] Return get_default_provider errors to caller

Ensures that get_default_provider returns an error when it has
a default provider, but can't construct it, rather than logging
and returning None as if it didn't have one.

This makes the routing code fail fast instead of then trying to
find a provider via events, which is unlikely to return anything.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/687107
Original-Revision: 3bd9615042d4e894ab15cb09778a7c2b7a043720
GitOrigin-RevId: 6ab1f4fcf03409b6a64bca5dfa3623253598a426
Change-Id: I604571d57823f6e3aa926fe09286a6917ca06890
1 file changed
tree: f6c1f30386533c73d390f8a1dd1a7ae1e5aec560
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.