Skip to content
Snippets Groups Projects
Unverified Commit bb734e32 authored by Yuki Okushi's avatar Yuki Okushi Committed by GitHub
Browse files

Merge pull request #1754 from JohnTitor/armeabi

Use default APIs instead of google_apis
parents c2555851 13f1b839
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment