[roll] Roll fuchsia [scheduler] Copy role library to SDK directory

Copies the scheduler role library to the SDK directory. This library will
be used by clients to set roles on threads and vmars, and abstracts away
some of the boilerplate code associated with making FIDL requests to the
fuchsia_scheduler APIs (this is currently the `ProfileProvider` service,
but will be updated to use the `RoleManager` service once all of the
callers have been migrated to use this library).

This change also migrates all in-tree users of the scheduler library to
use the new SDK based library.

This CL does not delete the role library from `//src/lib/scheduler` as
there are existing OOT users that must be migrated first.

Note that this change keeps the scheduler library internal only. Future
CLs may change that after an API review.

Original-Bug: 323262398
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/988552
Original-Revision: d637227a959daa77dd8490b96e79c1efeda5aa1d
GitOrigin-RevId: 6f3ad69de640d4cb04bb9c612c5b15d2f5605944
Change-Id: I3795a6d56a7d5a22a3e5e00df4c31c01e0849188
1 file changed
tree: 91349710d77fdc9859ef37bae3578b23a713e57e
  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.