6fe9d0af1c
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>
8 lines
201 B
Bash
Executable File
8 lines
201 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# Copyright 2018 Google Inc.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
exec python "$(dirname "$0")"/make_universal_apk.py "$@"
|