Skip to content

Commit

Permalink
Use a newer android sdk for arm (v24 -> v28)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkm3 committed Apr 18, 2022
1 parent 50bdc64 commit 483df98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/android-install-sdk.sh
Expand Up @@ -16,11 +16,11 @@ unzip -q -d sdk/cmdline-tools commandlinetools-linux-${SDK}_latest.zip

case "$1" in
arm | armv7)
api=24
api=28
image="system-images;android-${api};default;armeabi-v7a"
;;
aarch64)
api=24
api=28
image="system-images;android-${api};google_apis;arm64-v8a"
;;
i686)
Expand Down

0 comments on commit 483df98

Please sign in to comment.