aboutsummaryrefslogtreecommitdiff
path: root/ndk-build
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2013-03-22 13:35:18 +0200
committerMartin Storsjo <martin@martin.st>2013-03-22 13:35:18 +0200
commit16b7a31819fa874e981cf9ab5671aec76901d5d2 (patch)
tree8bf702c3719f9165389ef5e35bf031d5b92a189e /ndk-build
parent6fbccb00602cd0bc3538ef4e3c37b8de5d79a0b0 (diff)
downloadndk-16b7a31819fa874e981cf9ab5671aec76901d5d2.tar.gz
Don't pass -v -v to scan-build
This makes the analyze build output pretty much unreadable. If this output still is desired, it should be made optional in some way. Change-Id: I1a559cf4f3c42db18bb6b4d45a5d01b566520eb6
Diffstat (limited to 'ndk-build')
-rwxr-xr-xndk-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndk-build b/ndk-build
index a1d8e9ecc..95520f583 100755
--- a/ndk-build
+++ b/ndk-build
@@ -317,7 +317,7 @@ if [ "$NDK_ANALYZE" = 1 ]; then
--use-analyzer $PROGDIR/toolchains/llvm-${DEFAULT_LLVM_VERSION}/prebuilt/$HOST_TAG/bin/${ABI}/analyzer \
--use-cc ${TOOLCHAIN_PREFIX}gcc \
--use-c++ ${TOOLCHAIN_PREFIX}g++ \
- --status-bugs -v -v \
+ --status-bugs \
$GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@" APP_ABI=$ABI
done
else