do not compute dart deps for fuchsia_entrypoint (#24134)
This commit is contained in:
parent
fd3549380c
commit
26a6fd92d8
@ -16,6 +16,7 @@ import 'src/commands/attach.dart';
|
|||||||
import 'src/commands/devices.dart';
|
import 'src/commands/devices.dart';
|
||||||
import 'src/commands/shell_completion.dart';
|
import 'src/commands/shell_completion.dart';
|
||||||
import 'src/fuchsia/fuchsia_sdk.dart';
|
import 'src/fuchsia/fuchsia_sdk.dart';
|
||||||
|
import 'src/run_hot.dart';
|
||||||
import 'src/runner/flutter_command.dart';
|
import 'src/runner/flutter_command.dart';
|
||||||
|
|
||||||
final ArgParser parser = ArgParser.allowAnything()
|
final ArgParser parser = ArgParser.allowAnything()
|
||||||
@ -69,6 +70,8 @@ Future<void> main(List<String> args) async {
|
|||||||
parent: CachedArtifacts(),
|
parent: CachedArtifacts(),
|
||||||
frontendServer: frontendServer,
|
frontendServer: frontendServer,
|
||||||
engineDartBinary: dartSdk,
|
engineDartBinary: dartSdk,
|
||||||
)
|
),
|
||||||
|
HotRunnerConfig: () => HotRunnerConfig()
|
||||||
|
..computeDartDependencies = false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user