mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[flutter_tools] make android deps no longer required for flutter doctor (#68533)
This commit is contained in:
parent
9f6b575ef1
commit
424ea0958b
@ -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.';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user