[roll] Roll fuchsia [realm_builder] Dont duplicate decls
This CL fixes a bug in the capability routing
where a component's decl will contain duplicate
entries. For example, the logic of the server would
yield two ExposeDecl from the source component.
```
AddRoute(Capability{name: "foo"}, Child{"a"}, ...);
AddRoute(Capability{name: "foo"}, Child{"a"}, ...);
```
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/613338
Original-Revision: 7290e2f5e055e9db3553238c605389f321d29123
GitOrigin-RevId: d4c2f65b5036607410a087cc0f3ed9e19d7f5221
Change-Id: Ieb959a5bac40723aa55c14cdcfb44a3ac7101b3e
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.