From a3a901926544468113f11d07a8558bee0a98ba1a Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 20 Jul 2023 14:55:15 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- docs/README-android.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README-android.md b/docs/README-android.md index 1c4d2b817e..75a8f60dab 100644 --- a/docs/README-android.md +++ b/docs/README-android.md @@ -491,7 +491,7 @@ Building the SDL tests SDL's CMake build system can create APK's for the tests. It can build all tests with a single command without a dependency on gradle or Android Studio. The APK's are signed with a debug certificate. -The only caveat is that the APK's support a single architecture. +The only caveat is that the APK's support a single architecture. ### Requirements - SDL source tree @@ -560,4 +560,4 @@ There is also a convenience target which will build, install and start a test: cmake --build . --target build-install-start-testsprite ``` -Not all tests provide a GUI. For those, you can use `adb logcat` to read the output of stdout. +Not all tests provide a GUI. For those, you can use `adb logcat` to read the output of stdout.