[roll] Roll fuchsia [fidl][test_manager] Mark protocols server=platform

This marks the following fuchsia.test.manager protocols as
server=platform, indicating that we don't support servers for these
protocols being implemented OOT: SuiteRunner, RunBuilder,
RunControllerand EarlyBootProfile

These are all served by the platform test_manager component.

This removes some constraints on protocol evolution and allows us to add
this library (and others in its category) to abi-compat testing.

Original-Bug: 413661651
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1261449
Original-Revision: 5195ea22151e0d67328afd07ca61b0bb64e8d3a3
GitOrigin-RevId: d63209b08107bc238e1c226e15c4fa01487b806b
Change-Id: I65759c36f5bd821fb9ad8d43e24bc96be20eb757
1 file changed
tree: 990e743d841d24c8fa5bb18c38c237011b6c92ad
  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 in one of the communication channels documented at get involved.

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.