Skip to content

Commit

Permalink
Android: Increase default armv7 NDK platform to 19
Browse files Browse the repository at this point in the history
Following godotengine#50359 this is the new minSdk that we target.
Users can still override it in custom builds if they want to support SDK 18.
  • Loading branch information
akien-mga authored and sairam4123 committed Nov 10, 2021
1 parent 279956c commit f1b3cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_opts():
return [
("ANDROID_NDK_ROOT", "Path to the Android NDK", get_android_ndk_root()),
("ANDROID_SDK_ROOT", "Path to the Android SDK", get_android_sdk_root()),
("ndk_platform", 'Target platform (android-<api>, e.g. "android-18")', "android-18"),
("ndk_platform", 'Target platform (android-<api>, e.g. "android-19")', "android-19"),
EnumVariable("android_arch", "Target architecture", "armv7", ("armv7", "arm64v8", "x86", "x86_64")),
BoolVariable("android_neon", "Enable NEON support (armv7 only)", True),
]
Expand Down

0 comments on commit f1b3cad

Please sign in to comment.