aboutsummaryrefslogtreecommitdiffstats
path: root/soong.bash
blob: 41608d5f5f7454f32b7f66034fd71a25e580cf7e (plain)
1
2
3
4
5
6
7
8
#!/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