Junji Watanabe | 607284d | 2023-04-20 03:14:52 +0000 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| 2 | |
| 3 | # Copyright 2023 The Chromium Authors. All rights reserved. |
| 4 | # Use of this source code is governed by a BSD-style license that can be |
| 5 | # found in the LICENSE file. |
| 6 | |
Philipp Wollermann | 5828285 | 2023-11-09 10:52:26 +0000 | [diff] [blame] | 7 | echo "Error: 'autosiso' is deprecated and will be removed soon." >&2 |
| 8 | echo "" >&2 |
| 9 | echo "You can just run 'autoninja' instead, which will delegate either to Ninja" >&2 |
| 10 | echo "or to Siso based on the value of the 'use_siso' GN arg." >&2 |
| 11 | |
| 12 | exit 1 |