skia2/infra/skqp/build_apk.sh
Hal Canary fa63421bb1 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>
2018-12-05 16:55:40 +00:00

13 lines
405 B
Bash
Executable File

#!/bin/bash
# Copyright 2018 Google LLC
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Assumes this is in a docker container with an output directory mounted at /OUT.
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 arm arm64 x86 x64