提交 cb1276d5 编写于 作者: S Sam Judd

Only install emulators if they’re used by the build matrix.

上级 29992732
...@@ -9,10 +9,6 @@ android: ...@@ -9,10 +9,6 @@ android:
- tools - tools
- build-tools-26.0.1 - build-tools-26.0.1
- android-26 - android-26
- android-22
- android-16
- sys-img-armeabi-v7a-android-22
- sys-img-armeabi-v7a-android-16
licenses: licenses:
- 'android-sdk-license.*' - 'android-sdk-license.*'
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
set -e set -e
echo y | android --silent update sdk --no-ui --all --filter android-$ANDROID_TARGET
echo y | android --silent update sdk --no-ui --all --filter sys-img-armeabi-v7a-android-$ANDROID_TARGET
echo no | android create avd --force -n test -t android-$ANDROID_TARGET --abi armeabi-v7a echo no | android create avd --force -n test -t android-$ANDROID_TARGET --abi armeabi-v7a
QEMU_AUDIO_DRV=none emulator -engine classic -avd test -no-window & QEMU_AUDIO_DRV=none emulator -engine classic -avd test -no-window &
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册