summaryrefslogtreecommitdiffstats
path: root/platform/android/detect.py
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/detect.py')
-rw-r--r--platform/android/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/detect.py b/platform/android/detect.py
index cbd6144182..6a8c4ed86d 100644
--- a/platform/android/detect.py
+++ b/platform/android/detect.py
@@ -88,7 +88,7 @@ def install_ndk_if_needed(env: "SConsEnvironment"):
else:
print_error(
f'Cannot find "{sdkmanager}". Please ensure ANDROID_HOME is correct and cmdline-tools'
- f'are installed, or install NDK version "{get_ndk_version()}" manually.'
+ f' are installed, or install NDK version "{get_ndk_version()}" manually.'
)
sys.exit(255)
env["ANDROID_NDK_ROOT"] = get_android_ndk_root(env)