skia2/infra/skqp/build_apk.sh
Hal Canary 6fe9d0af1c tools/skqp/make_universal_apk -> python
CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-NUC7i5BNK-CPU-Emulator-x86-devrel-All-Android_SKQP

Change-Id: Icd532cb1c4528874fdeefb2bb8fc84d416688c97
Reviewed-on: https://skia-review.googlesource.com/c/166001
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Auto-Submit: Hal Canary <halcanary@google.com>
2018-11-01 16:48:59 +00:00

13 lines
391 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 x86