android: Update to NDK 27

This commit is contained in:
Colin Edwards
2024-04-20 20:43:17 -05:00
parent 964e18ab49
commit cb6f61cf37
4 changed files with 11 additions and 4 deletions

View File

@@ -59,7 +59,6 @@ configure_args += [
'-Dandroid_ndk=' + ndk_path,
'-Dandroid_abi=' + android_abi,
'-Dandroid_strip=' + toolchain.strip,
'-Dopenssl:asm=disabled'
]
from build.meson import configure as run_meson