aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.bash
blob: 769736ff63eb856cfc1cc925e062dad35072f331 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

echo '==== ERROR: bootstrap.bash & ./soong are obsolete ====' >&2
echo 'Use `m --skip-make` with a standalone OUT_DIR instead.' >&2
echo 'Without envsetup.sh, use:' >&2
echo '  build/soong/soong_ui.bash --make-mode --skip-make' >&2
echo '======================================================' >&2
exit 1