diff options
| author | 2023-10-11 23:06:14 -0400 | |
|---|---|---|
| committer | 2023-10-13 12:55:41 -0400 | |
| commit | 1591923f91045f2c3cd537e1795ba1811999522c (patch) | |
| tree | 7cd0b2b88150d697d6686835586d8c4f31f9e1ab /src/android | |
| parent | android: Update AGP to 8.1.2 (diff) | |
| download | yuzu-1591923f91045f2c3cd537e1795ba1811999522c.tar.gz yuzu-1591923f91045f2c3cd537e1795ba1811999522c.tar.xz yuzu-1591923f91045f2c3cd537e1795ba1811999522c.zip | |
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
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index 84a3308b7..b100862b2 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts | |||
| @@ -27,7 +27,7 @@ android { | |||
| 27 | namespace = "org.yuzu.yuzu_emu" | 27 | namespace = "org.yuzu.yuzu_emu" |
| 28 | 28 | ||
| 29 | compileSdkVersion = "android-34" | 29 | compileSdkVersion = "android-34" |
| 30 | ndkVersion = "25.2.9519653" | 30 | ndkVersion = "26.1.10909125" |
| 31 | 31 | ||
| 32 | buildFeatures { | 32 | buildFeatures { |
| 33 | viewBinding = true | 33 | viewBinding = true |