commit | e5e20331465457b7708b6590b0c977889d0e7688 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Jun 23 19:46:20 2015 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Fri Jun 26 11:51:03 2015 -0700 |
tree | 283ad2d55c8fba58f77c3ab6e0e2f0c1e388f4fd | |
parent | 88b4c29fb318cc0f455d6ebc3fb7865b00353a04 [diff] [blame] |
Build and run tests during bootstrap Change-Id: If40489d74136af4d15d4ff26210a50975a462497
diff --git a/bootstrap.bash b/bootstrap.bash index e9a6436..f6056d6 100755 --- a/bootstrap.bash +++ b/bootstrap.bash
@@ -4,6 +4,7 @@ export SRCDIR=$(dirname "${BASH_SOURCE[0]}") export TOPNAME="Android.bp" export BOOTSTRAP_MANIFEST="${SRCDIR}/build/soong/build.ninja.in" +export RUN_TESTS="-t" case $(uname) in Linux)