blob: f3e977bee8a844548cd94edf34c4bfc8779989e2 [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 "$@"