Unverified Commit 424ea095 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] make android deps no longer required for flutter doctor (#68533)

parent 9f6b575e
......@@ -25,13 +25,6 @@ class DoctorCommand extends FlutterCommand {
@override
final String name = 'doctor';
@override
Future<Set<DevelopmentArtifact>> get requiredArtifacts async => <DevelopmentArtifact>{
// This is required because the gradle host-only tests do not correctly specify
// their dependencies.
DevelopmentArtifact.androidGenSnapshot,
};
@override
final String description = 'Show information about the installed tooling.';
......
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