Skip to content

Commit

Permalink
Merge pull request #1754 from JohnTitor/armeabi
Browse files Browse the repository at this point in the history
Use default APIs instead of google_apis
  • Loading branch information
JohnTitor committed May 7, 2020
2 parents c255585 + 13f1b83 commit bb734e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/android-install-sdk.sh
Expand Up @@ -17,7 +17,7 @@ unzip -q -d sdk sdk-tools-linux-${SDK}.zip
case "$1" in
arm | armv7)
api=24
image="system-images;android-${api};google_apis;armeabi-v7a"
image="system-images;android-${api};default;armeabi-v7a"
;;
aarch64)
api=24
Expand Down

0 comments on commit bb734e3

Please sign in to comment.