Unverified Commit cbcdd03e authored by Devon Carew's avatar Devon Carew Committed by GitHub

some wording tweaks to the doctor text (#13356)

parent 324ef1d1
......@@ -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;
......
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