Skip to content

Commit

Permalink
RM64 emulation on a x86_64 host currently is only possible up to API …
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangLe2016 committed Dec 5, 2024
1 parent 83833bc commit 539d948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
android-api: [26, 34]
android-abi: [arm64-v8a]
android-api: [28, 34]
android-abi: [x86_64]
os: [macos-14, ubuntu-22.04]
steps:
- uses: actions/checkout@v3
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Build
run: |
cd android
ANDROID_ABI=${{ matrix.android-abi }} ANDROID_NDK_HOME=$(find $ANDROID_HOME/ndk -name "26.*") ./build-commissioner-libs.sh
ANDROID_ABI=${{ matrix.android-abi }} ANDROID_NDK_HOME=$(find $ANDROID_HOME/ndk -name "33.*") ./build-commissioner-libs.sh
cd openthread_commissioner
./gradlew build
- name: Tests
Expand Down

0 comments on commit 539d948

Please sign in to comment.