[roll] Roll fuchsia [sys] Runner trait is internal to component_manager

This is the first step to removing the FIDL -> Arc<Runner> -> FIDL
dance. We make the Runner trait private to component_manager.

The ELF runner library now serves FIDL instead of implementing the
Runner trait. The served FIDL connection lasts forever, which matches
the existing behavior.

Run-All-Tests: True

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/905278
Original-Revision: 4cfe0cb4e11bf5e09539c12519ed8787119aabe5
GitOrigin-RevId: 40e47052ee4d26d80fda2dddd1a0f482d0d0f697
Change-Id: I92a6d6d57236a7ee39bab42c9a6d6c59c1fd5283
1 file changed
tree: aad6f5c43a10daac3e2e632cc3463ec13afebaac
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.