[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
1 file changed
tree: bd82f7ead5ccfa7f2bd234ce322e6b92c62f281d
  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
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.