some wording tweaks to the doctor text (#13356)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user