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

Bug: https://github.com/flutter/flutter/issues/17833
This commit is contained in:
Alexander Aprelev 2018-08-28 22:16:38 -07:00 committed by GitHub
parent abc17236f7
commit cf764e3012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,8 @@ class FlutterTesterDevice extends Device {
// Build assets and perform initial compilation.
final String assetDirPath = getAssetBuildDirectory();
final String applicationKernelFilePath = bundle.defaultApplicationKernelPath;
final String applicationKernelFilePath =
fs.path.join(getBuildDirectory(), 'flutter-tester-app.dill');
await bundle.build(
mainPath: mainPath,
assetDirPath: assetDirPath,