未验证 提交 deea5351 编写于 作者: J Jason Simmons 提交者: GitHub

Set the asset bundle path when initializing the shell in the embedder API (#4925)

This is required so that Dart initialization can find the platform kernel
assets when running in Dart 2 mode
上级 04f3c655
......@@ -153,7 +153,8 @@ FlutterResult FlutterEngineRun(size_t version,
shell::Shell::InitStandalone(
std::move(command_line),
icu_data_path, // icu data path default lookup.
"" // application library not supported in JIT mode.
"", // application library not supported in JIT mode.
args->assets_path
);
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册