blob: 4378341de1bc379b85d68bc2e0649408fb6f30ca [file] [log] [blame]
#!/bin/bash
# Copyright 2022 The ChromiumOS Authors.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Builds and runs stage1_app.
set -e
PROJECT_ROOT=$(realpath "$(dirname "${BASH_SOURCE[0]}")"/..)
"${PROJECT_ROOT}/scripts/run-dev" --nofpga "$@"