SkQP: Tell the bot to compile a fat APK (test all the things).

CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86-devrel-Android_SKQP

Change-Id: I196d6845a3a8592302ebc425ea7ab09900fd246f
Reviewed-on: https://skia-review.googlesource.com/c/174586
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
This commit is contained in:
Hal Canary 2018-12-05 11:26:20 -05:00 committed by Skia Commit-Bot
parent 1958e5d9da
commit fa63421bb1
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ if [ -d /OUT ]; then
rm -rf /OUT/* # Clean out previous builds
export SKQP_OUTPUT_DIR=/OUT
fi
"$(dirname "$0")"/../../tools/skqp/make_universal_apk.py x86
"$(dirname "$0")"/../../tools/skqp/make_universal_apk.py arm arm64 x86 x64

View File

@ -21,7 +21,7 @@ timeout 60 adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed)
# Some extra sleep to make sure the emulator is awake and ready for installation
sleep 10
adb install -r /OUT/skqp-x86-debug.apk
adb install -r /OUT/skqp-universal-debug.apk
adb logcat -c
tmp_file="$(mktemp "${TMPDIR:-/tmp}/skqp.XXXXXXXXXX")"