From bf89d79d513789c462e6f03727da1066c09fc456 Mon Sep 17 00:00:00 2001 From: John Bauman Date: Fri, 16 Aug 2024 18:52:00 +0000 Subject: [PATCH] Use fuchsia.scheduler.RoleManager protocol 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. --- shell/platform/fuchsia/flutter/meta/common.shard.cml | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/platform/fuchsia/flutter/meta/common.shard.cml b/shell/platform/fuchsia/flutter/meta/common.shard.cml index ffd5b1385c963..81e38affa82d0 100644 --- a/shell/platform/fuchsia/flutter/meta/common.shard.cml +++ b/shell/platform/fuchsia/flutter/meta/common.shard.cml @@ -38,6 +38,7 @@ "fuchsia.logger.LogSink", // Copied from syslog/client.shard.cml. "fuchsia.media.ProfileProvider", "fuchsia.memorypressure.Provider", + "fuchsia.scheduler.RoleManager", "fuchsia.net.name.Lookup", "fuchsia.posix.socket.Provider", "fuchsia.sysmem.Allocator",