commit | 0ce7f5f6fa280a82866e0ecabf02b6712671762a | [log] [tgz] |
---|---|---|
author | David Gilhooley <dgilhooley@fuchsia.infra.roller.google.com> | Wed Feb 21 19:27:39 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Feb 21 11:29:03 2024 -0800 |
tree | f608c07606f1ae4a4a5c7578c9b7880c9c28c72d | |
parent | f0101caa1de6b0a4f55f73de413fe4391cc624ce [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.