Unverified Commit cf764e30 authored by Alexander Aprelev's avatar Alexander Aprelev Committed by GitHub

Use differrent name for initial flutter tester kernel file. (#21137)

Bug: https://github.com/flutter/flutter/issues/17833
parent abc17236
...@@ -127,7 +127,8 @@ class FlutterTesterDevice extends Device { ...@@ -127,7 +127,8 @@ class FlutterTesterDevice extends Device {
// Build assets and perform initial compilation. // Build assets and perform initial compilation.
final String assetDirPath = getAssetBuildDirectory(); final String assetDirPath = getAssetBuildDirectory();
final String applicationKernelFilePath = bundle.defaultApplicationKernelPath; final String applicationKernelFilePath =
fs.path.join(getBuildDirectory(), 'flutter-tester-app.dill');
await bundle.build( await bundle.build(
mainPath: mainPath, mainPath: mainPath,
assetDirPath: assetDirPath, assetDirPath: assetDirPath,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment