nitc android: do not use quiet the call to ant as it hides some errors
authorAlexis Laferrière <alexis.laf@xymus.net>
Wed, 17 Feb 2016 18:02:36 +0000 (13:02 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 17 Feb 2016 18:03:07 +0000 (13:03 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

src/platform/android.nit

index bab5983..fb4b9bf 100644 (file)
@@ -315,7 +315,7 @@ $(call import-module,android/native_app_glue)
                toolcontext.exec_and_check(["ndk-build", "-s", "-j", "-C", android_project_root], "Android project error")
 
                # Generate the apk
-               var args = ["ant", "-q", "-f", android_project_root+"/build.xml"]
+               var args = ["ant", "-f", android_project_root+"/build.xml"]
                if release then
                        args.add "release"
                else args.add "debug"