mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Use differrent name for initial flutter tester kernel file. (#21137)
Bug: https://github.com/flutter/flutter/issues/17833
This commit is contained in:
parent
abc17236f7
commit
cf764e3012
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user