We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbd1af commit 9d5b509Copy full SHA for 9d5b509
CMakeLists.txt
@@ -551,8 +551,8 @@ set(SWIFT_SDK_LINUX_ARCHITECTURES "" CACHE STRING
551
# User-configurable Android specific options.
552
#
553
554
-set(SWIFT_ANDROID_API_LEVEL "" CACHE STRING
555
- "Version number for the Android API")
+set(SWIFT_ANDROID_API_LEVEL "28" CACHE STRING
+ "Version number for the Android API (default: 28)")
556
557
set(SWIFT_ANDROID_NDK_PATH "" CACHE STRING
558
"Path to the directory that contains the Android NDK tools that are executable on the build machine")
0 commit comments