blob: 48e4846912e90e8c0c5bcfbf31c0c39c71328070 [file] [log] [blame]
#!/usr/bin/env bash
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
echo "This script is deprecated and simply forwards to build-zircon.sh"
echo "Please update your scripts and workflow to call that script directly."
readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
"${SCRIPT_DIR}"/build-zircon.sh $@