Skip to content

Commit 13f1b83

Browse files
committed
Use default APIs instead of google_apis
1 parent c255585 commit 13f1b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/android-install-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ unzip -q -d sdk sdk-tools-linux-${SDK}.zip
1717
case "$1" in
1818
arm | armv7)
1919
api=24
20-
image="system-images;android-${api};google_apis;armeabi-v7a"
20+
image="system-images;android-${api};default;armeabi-v7a"
2121
;;
2222
aarch64)
2323
api=24

0 commit comments

Comments
 (0)