Update the project NDK to the latest LTS version (r27c)

This commit is contained in:
Fredia Huya-Kouadio 2025-04-20 23:51:10 -07:00 committed by Anish Mishra
parent 0e7b067701
commit 731fa536fe
4 changed files with 31 additions and 11 deletions

View file

@ -64,7 +64,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 "23.2.8568313"
return "27.2.12479018"
# This is kept in sync with the value in 'platform/android/java/app/config.gradle'.