[roll] Roll fuchsia [component_manager] Remove Router path field

This CL simplifies the Router type by removing the path field.
This has the nice property that calling Route will always return the
same type of capability.

This prevents the error-case of using a path field to index into
a Sender/Receiver.

Instead of feeding the path forward, the code has been updated
to call Route, check the capability that was returned, and then
index into that capability.

Original-Fixed: b/325096862
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/993133
Original-Revision: 4ae3cfcaf2492a95835e201390e33b53199f3fc7
GitOrigin-RevId: 2d4b0bc16f95e92964d46d90eb9ddce15bb6f22b
Change-Id: I950563a4e331c04c45c4595763a8260c11f39ef3
1 file changed
tree: f608c07606f1ae4a4a5c7578c9b7880c9c28c72d
  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.