Rename the ABI one more time

master
Bradlee Speice 2015-06-14 00:04:20 -04:00
parent 03a20ba75f
commit e8805f822e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ before_install:
- git submodule update --init --recursive
before_script:
- echo no | android create avd --force -n test -t android-22 --abi default/armeabi-v7
- echo no | android create avd --force -n test -t android-22 --abi default/armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &