#1307 try different emulator to avoid build error

This commit is contained in:
Sean Mac Gillicuddy 2019-07-25 09:35:20 +01:00
parent 31840ed88a
commit 9fceeb09c0

View File

@ -8,7 +8,7 @@ env:
global:
# switch glibc to a memory conserving mode
- MALLOC_ARENA_MAX=2
- ANDROID_TARGET=android-21
- ANDROID_TARGET=android-19
- ANDROID_ABI=armeabi-v7a
if: type != push OR tag IS present