Skip to content

Commit cae5cf4

Browse files
Copilotmichelhe
andauthored
fix: add ndkVersion to app/build.gradle and remove useless NDK step from workflow
Agent-Logs-Url: https://github.com/michelhe/rustboyadvance-ng/sessions/efca739a-e81e-4485-9769-3d383fdf0d5b Co-authored-by: michelhe <2903914+michelhe@users.noreply.github.com>
1 parent 1255a87 commit cae5cf4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ jobs:
9696
path: target
9797
key: ${{ runner.os }}-android-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
9898

99-
- name: Setup Android NDK
100-
run: echo "ANDROID_NDK_HOME=$ANDROID_NDK_HOME" >> $GITHUB_ENV
101-
10299
- name: Build APK
103100
working-directory: ./platform/android
104101
run: ./gradlew assembleRelease

platform/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apply plugin: 'com.android.application'
33
android {
44
namespace 'com.mrmichel.rustdroid_emu'
55
compileSdk 36
6+
ndkVersion "27.3.13750724"
67
defaultConfig {
78
applicationId "com.mrmichel.rustdroid_emu"
89
minSdk 21

0 commit comments

Comments
 (0)