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:
parent
8b64878258
commit
1591923f91
2 changed files with 1 additions and 38 deletions
|
@ -27,7 +27,7 @@ android {
|
|||
namespace = "org.yuzu.yuzu_emu"
|
||||
|
||||
compileSdkVersion = "android-34"
|
||||
ndkVersion = "25.2.9519653"
|
||||
ndkVersion = "26.1.10909125"
|
||||
|
||||
buildFeatures {
|
||||
viewBinding = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue