Improve the logic to compile for Android by automatically detecting and setting up the Android NDK if needed.
This commit is contained in:
parent
9d6df31b84
commit
eee213e01a
4 changed files with 63 additions and 5 deletions
|
|
@ -31,6 +31,8 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
ndkVersion versions.ndkVersion
|
||||
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
path "CMakeLists.txt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue