From 3d623f9017e55d4e4f38d05251840d7fa79ed610 Mon Sep 17 00:00:00 2001 From: Henrik Tunedal Date: Thu, 27 Jan 2011 20:12:37 +0100 Subject: [PATCH] Show compiler output in verbose mode. --- build.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.py b/build.py index 13f9faa0..80a471ed 100644 --- a/build.py +++ b/build.py @@ -359,6 +359,8 @@ for app in apps: print output print "NDK build failed" sys.exit(1) + elif options.verbose: + print output # Build the release... if thisbuild.has_key('antcommand'): @@ -372,6 +374,8 @@ for app in apps: print output print "Build failed" sys.exit(1) + elif options.verbose: + print output print "Build successful" # Find the apk name in the output...