Skip to content
Snippets Groups Projects
Unverified Commit 13f1b839 authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Use default APIs instead of google_apis

parent c2555851
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 ...@@ -17,7 +17,7 @@ unzip -q -d sdk sdk-tools-linux-${SDK}.zip
case "$1" in case "$1" in
arm | armv7) arm | armv7)
api=24 api=24
image="system-images;android-${api};google_apis;armeabi-v7a" image="system-images;android-${api};default;armeabi-v7a"
;; ;;
aarch64) aarch64)
api=24 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