blob: 8cd528f6c5817b3bc8fb98b8c925abd9a6042cb3 [file] [log] [blame]
Junji Watanabe607284d2023-04-20 03:14:52 +00001#!/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 Wollermann58282852023-11-09 10:52:26 +00007echo "Error: 'autosiso' is deprecated and will be removed soon." >&2
8echo "" >&2
9echo "You can just run 'autoninja' instead, which will delegate either to Ninja" >&2
10echo "or to Siso based on the value of the 'use_siso' GN arg." >&2
11
12exit 1