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 539d948 commit 4348936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
android-api: [28, 34]
android-api: [27, 34]
android-abi: [x86_64]
os: [macos-14, ubuntu-22.04]
steps:
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 "33.*") ./build-commissioner-libs.sh
ANDROID_ABI=${{ matrix.android-abi }} ANDROID_NDK_HOME=$(find $ANDROID_HOME/ndk -name "27.*") ./build-commissioner-libs.sh
cd openthread_commissioner
./gradlew build
- name: Tests
Expand Down

0 comments on commit 4348936

Please sign in to comment.