1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-27 15:57:02 +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:
Fredia Huya-Kouadio
2025-05-13 08:27:36 -07:00
parent 209a446e36
commit 27bdc86ed1
3 changed files with 3 additions and 3 deletions

View File

@@ -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'. # This is kept in sync with the value in 'platform/android/java/app/config.gradle'.
def get_ndk_version(): 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'. # This is kept in sync with the value in 'platform/android/java/app/config.gradle'.

View File

@@ -13,7 +13,7 @@ ext.versions = [
nexusPublishVersion: '1.3.0', nexusPublishVersion: '1.3.0',
javaVersion : JavaVersion.VERSION_17, javaVersion : JavaVersion.VERSION_17,
// Also update 'platform/android/detect.py#get_ndk_version()' when this is updated. // Also update 'platform/android/detect.py#get_ndk_version()' when this is updated.
ndkVersion : '27.2.12479018', ndkVersion : '28.1.13356709',
splashscreenVersion: '1.0.1', splashscreenVersion: '1.0.1',
openxrVendorsVersion: '4.0.0-stable' openxrVendorsVersion: '4.0.0-stable'

View File

@@ -1,5 +1,5 @@
# Non functional cmake build file used to provide Android Studio editor support to the project. # Non functional cmake build file used to provide Android Studio editor support to the project.
cmake_minimum_required(VERSION 3.6) cmake_minimum_required(VERSION 3.10)
project(godot) project(godot)
set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD 14)