blob: 41608d5f5f7454f32b7f66034fd71a25e580cf7e [file] [log] [blame]
Colin Crosse441b9d2015-01-26 16:30:13 -08001#!/bin/bash
2
Dan Willemsen99a75cd2017-08-04 16:04:04 -07003echo '==== ERROR: bootstrap.bash & ./soong are obsolete ====' >&2
4echo 'Use `m --skip-make` with a standalone OUT_DIR instead.' >&2
5echo 'Without envsetup.sh, use:' >&2
6echo ' build/soong/soong_ui.bash --make-mode --skip-make' >&2
7echo '======================================================' >&2
8exit 1