Skip to content

Commit c546e92

Browse files
Merge pull request #454 from cscd98/android-ndk
libretro: update to android ndk 29/jdk 25
2 parents 0b766a6 + eab0e89 commit c546e92

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-android-libretro.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Install dependencies
1313
run: |
1414
sudo apt-get update
15-
sudo apt-get install -y openjdk-17-jdk wget unzip cmake ninja-build
16-
wget https://dl.google.com/android/repository/android-ndk-r26d-linux.zip
17-
unzip -q android-ndk-r26d-linux.zip
18-
echo "ANDROID_NDK_HOME=$PWD/android-ndk-r26d" >> $GITHUB_ENV
15+
sudo apt-get install -y openjdk-25-jdk wget unzip cmake ninja-build
16+
wget https://dl.google.com/android/repository/android-ndk-r29-linux.zip
17+
unzip -q android-ndk-r29-linux.zip
18+
echo "ANDROID_NDK_HOME=$PWD/android-ndk-r29" >> $GITHUB_ENV
1919
2020
- name: Checkout Dolphin (libretro) repo
2121
uses: actions/checkout@v6

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ android-arm64-v8a:
9999
- .libretro-android-cmake-arm64-v8a
100100
- .core-defs
101101
variables:
102-
ANDROID_NDK_VERSION: 27.3.13750724
102+
ANDROID_NDK_VERSION: 29.0.14206865
103103
NDK_ROOT: /android-sdk-linux/ndk/$ANDROID_NDK_VERSION
104104

105105
# iOS arm64

0 commit comments

Comments
 (0)