summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-02-09 20:44:38 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-02-09 20:44:38 +0530
commit259d46054d2527120b167f1af1259308cdaf45de (patch)
treed787a06158c9077f17f9d2132e724a293a4ad1df
parent735fcd4edc067804cbf3f659b26987305c6e9288 (diff)
acov: Don't exit at build failures
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rwxr-xr-xacov.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/acov.sh b/acov.sh
index 7bf0b4a..8a4fe86 100755
--- a/acov.sh
+++ b/acov.sh
@@ -1,7 +1,7 @@
#!/bin/bash
. $PWD/setup-android.sh
-set -e
+set +e
export flags="-B NATIVE_COVERAGE=true ART_COVERAGE=true"
source build/envsetup.sh