mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
ccb9014afb
All of the developer tooling has moved to ./tools to make them easier to discover. BUG=None TEST=None Change-Id: I4daf6a0ca08c94a0c35ce8bc52f9d86e4cb15de9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3251781 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com>
6 lines
271 B
Bash
Executable file
6 lines
271 B
Bash
Executable file
#!/bin/bash
|
|
# Copyright 2021 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.
|
|
echo "./setup_cros_cargo.sh is deprecated. " \
|
|
"Please use: ./tools/chromeos/setup_cargo"
|