android: Update ndk to 26.1.10909125

The new ndk uses LLVM 17.0.2 so we can remove the LLVM download and libc++ options for the android builds
This commit is contained in:
Charles Lombardo 2023-10-11 23:06:14 -04:00
parent 8b64878258
commit 1591923f91
2 changed files with 1 additions and 38 deletions

View file

@ -27,7 +27,7 @@ android {
namespace = "org.yuzu.yuzu_emu"
compileSdkVersion = "android-34"
ndkVersion = "25.2.9519653"
ndkVersion = "26.1.10909125"
buildFeatures {
viewBinding = true