summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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