mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[dart runner] Remove unused use statements from dart runner manifest. (flutter/engine#34652)
This commit is contained in:
parent
618653360b
commit
f11acdefe3
@ -13,11 +13,6 @@
|
||||
},
|
||||
],
|
||||
use: [
|
||||
{
|
||||
directory: "config-data",
|
||||
rights: [ "r*" ],
|
||||
path: "/config/data",
|
||||
},
|
||||
{
|
||||
protocol: [
|
||||
"fuchsia.device.NameProvider", // For fdio uname()
|
||||
|
||||
@ -17,14 +17,6 @@
|
||||
path: "/svc/fuchsia.component.runner.ComponentRunner",
|
||||
},
|
||||
],
|
||||
use: [
|
||||
{
|
||||
protocol: [
|
||||
"fuchsia.sys.Environment",
|
||||
"fuchsia.sys.Loader",
|
||||
],
|
||||
},
|
||||
],
|
||||
expose: [
|
||||
{
|
||||
runner: "dart_jit_runner",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user