blob: 100ed2701c9f95b0a1353d27d13b98a381bcc296 [file] [log] [blame]
#!/bin/bash
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
. "$(dirname "$0")/common.sh" || exit 1
new_script="build_image"
warn "$0: This script is deprecated and will be removed."
warn "All users must migrate to ${new_script} in chromite/bin."
warn "You can simply change all references of $0 to \`${new_script}\`" \
"from \$PATH (in chromite/bin/)."
warn "This old script will be removed by January 2023."
warn "If you have questions or found code that needs updating, please" \
"contact chromium-os-dev@, or file a bug at go/cros-build-bug."
exec "${CHROMITE_BIN}/${new_script}" "$@"