blob: 0468ff70e3583f2b35445436192d96287b50cc0d [file] [log] [blame]
#!/bin/bash
# Copyright 2020 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.
#### CATEGORY=Build
### (deprecated) manipulate the symbol-index file
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"/../lib/vars.sh || exit $?
fx-error "Please use \`ffx debug symbol-index\` instead. \"fx symbol-index\" is deprecated."
exit 1