From b888b591092ba40795a8adbbac9f8226ac3ff2a6 Mon Sep 17 00:00:00 2001 From: Kevin Sakuma Date: Fri, 15 Jan 2021 14:55:38 -0800 Subject: [PATCH] Removes deprecated WLAN API dependency. fuchsia.wlan.service is headed for deprecation. The runner lists the service as a dependency though it is not actually used. This change removes the deprecated service from the runner's sandbox and allows it access to an API that allows for the querying of WLAN status. --- shell/platform/fuchsia/dart_runner/vmservice/meta/vmservice.cmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/fuchsia/dart_runner/vmservice/meta/vmservice.cmx b/shell/platform/fuchsia/dart_runner/vmservice/meta/vmservice.cmx index 8586b96f8838b..81e85a3e12edf 100644 --- a/shell/platform/fuchsia/dart_runner/vmservice/meta/vmservice.cmx +++ b/shell/platform/fuchsia/dart_runner/vmservice/meta/vmservice.cmx @@ -14,7 +14,7 @@ "fuchsia.ui.input.ImeService", "fuchsia.ui.policy.Presenter", "fuchsia.ui.scenic.Scenic", - "fuchsia.wlan.service.Wlan" + "fuchsia.wlan.product.deprecatedclient.DeprecatedClient" ] } }