1#!/bin/bash 2# Copyright 2021 The Chromium OS Authors. All rights reserved. 3# Use of this source code is governed by a BSD-style license that can be 4# found in the LICENSE file. 5crosvm_root=$(realpath "$(dirname $0)/..") 6export CROSVM_BUILDER_SCRATCH_DIR="\ 7${crosvm_root}/target/ci/crosvm_aarch64_builder" 8 9"$(dirname $0)/run_container.sh" crosvm_aarch64_builder "$@" 10