Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 32804a7

Browse files
author
John Bauman
authored
Use fuchsia.scheduler.RoleManager protocol (#54587)
As of f20, fuchsia.scheduler.RoleManager is preferred over fuchsia.media.ProfileProvider. The Vulkan ICD uses fuchsia.scheduler.RoleManager and is loaded into the flutter component, so the component needs to use the fuchsia.scheduler.RoleManager protocol. *List which issues are fixed by this PR. You must list at least one issue.* Fixes flutter/flutter#153591 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 8364a11 commit 32804a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell/platform/fuchsia/flutter/meta/common.shard.cml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"fuchsia.logger.LogSink", // Copied from syslog/client.shard.cml.
3939
"fuchsia.media.ProfileProvider",
4040
"fuchsia.memorypressure.Provider",
41+
"fuchsia.scheduler.RoleManager",
4142
"fuchsia.net.name.Lookup",
4243
"fuchsia.posix.socket.Provider",
4344
"fuchsia.sysmem.Allocator",

0 commit comments

Comments
 (0)