1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Improve the logic to compile for Android by automatically detecting and setting up the Android NDK if needed.

(cherry picked from commit eee213e01a)
This commit is contained in:
Fredia Huya-Kouadio
2021-01-05 13:40:42 -08:00
committed by Rémi Verschelde
parent 48381ba81c
commit 5886d09521
4 changed files with 63 additions and 5 deletions

View File

@@ -31,6 +31,8 @@ android {
}
}
ndkVersion versions.ndkVersion
externalNativeBuild {
cmake {
path "CMakeLists.txt"