#1175 properly support google apis

This commit is contained in:
Sean Mac Gillicuddy 2019-05-24 14:30:59 +01:00
parent c9e17dafa4
commit 3d92cac427

View File

@ -43,7 +43,7 @@ licenses:
script: script:
# - ./gradlew lintKiwixDebug jacocoTestKiwixDebugUnitTestReport # - ./gradlew lintKiwixDebug jacocoTestKiwixDebugUnitTestReport
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi google_apis/$ANDROID_ABI
- emulator -avd test -no-skin -no-window & - emulator -avd test -no-skin -no-window &
- android-wait-for-emulator - android-wait-for-emulator
- adb shell setprop dalvik.vm.dexopt-flags v=n,o=v - adb shell setprop dalvik.vm.dexopt-flags v=n,o=v