1#!/bin/bash 2# Copyright 2018 Google LLC 3# 4# Use of this source code is governed by a BSD-style license that can be 5# found in the LICENSE file. 6 7# Assumes this is in a docker container with an output directory mounted at /OUT. 8if [ -d /OUT ]; then 9 rm -rf /OUT/* # Clean out previous builds 10 export SKQP_OUTPUT_DIR=/OUT 11fi 12"$(dirname "$0")"/../../tools/skqp/make_universal_apk.py arm arm64 x86 x64 13