File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 20
20
matrix :
21
21
- COMPONENT=unit
22
22
- COMPONENT=firebase
23
- # TODO(#2738): Re-enable these when we find a fix.
24
- # - COMPONENT=instrumentation ANDROID_TARGET=16
25
- # - COMPONENT=instrumentation ANDROID_TARGET=17
26
- # - COMPONENT=instrumentation ANDROID_TARGET=18
23
+ - COMPONENT=instrumentation ANDROID_TARGET=16
24
+ - COMPONENT=instrumentation ANDROID_TARGET=17
25
+ - COMPONENT=instrumentation ANDROID_TARGET=18
27
26
- COMPONENT=instrumentation ANDROID_TARGET=19
28
27
- COMPONENT=instrumentation ANDROID_TARGET=21
29
28
- COMPONENT=instrumentation ANDROID_TARGET=22
Original file line number Diff line number Diff line change 5
5
target=" system-images;android-${ANDROID_TARGET} ;default;armeabi-v7a"
6
6
echo y | sdkmanager --update
7
7
echo y | sdkmanager --install $target
8
- avdmanager create avd --force -n test -k $target --device " Nexus 5X " -c 2000M
8
+ avdmanager create avd --force -n test -k $target --device " Nexus 4 " -c 2048M
9
9
QEMU_AUDIO_DRV=none $ANDROID_HOME /emulator/emulator -avd test -no-window -memory 2048 &
10
10
11
11
exit 0
You can’t perform that action at this time.
0 commit comments