mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
some wording tweaks to the doctor text (#13356)
This commit is contained in:
parent
324ef1d1f6
commit
cbcdd03ef0
@ -120,7 +120,7 @@ class AndroidWorkflow extends DoctorValidator implements Workflow {
|
||||
messages.add(new ValidationMessage('Android SDK at ${androidSdk.directory}'));
|
||||
|
||||
messages.add(new ValidationMessage(androidSdk.ndkDirectory == null
|
||||
? 'Android NDK location not configured (this optional configuration is useful for native profiling support)'
|
||||
? 'Android NDK location not configured (optional; useful for native profiling support)'
|
||||
: 'Android NDK at ${androidSdk.ndkDirectory}'));
|
||||
|
||||
String sdkVersionText;
|
||||
|
Loading…
Reference in New Issue
Block a user