mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Bump the NDK to version 28.1.13356709
Doing so automatically adds support for 16kib page to the Godot Android shared libraries. See https://developer.android.com/guide/practices/page-sizes#compile-16-kb-alignment for details.
This commit is contained in:
parent
209a446e36
commit
27bdc86ed1
3 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ def get_android_ndk_root(env: "SConsEnvironment"):
|
|||
|
||||
# This is kept in sync with the value in 'platform/android/java/app/config.gradle'.
|
||||
def get_ndk_version():
|
||||
return "27.2.12479018"
|
||||
return "28.1.13356709"
|
||||
|
||||
|
||||
# This is kept in sync with the value in 'platform/android/java/app/config.gradle'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue