summaryrefslogtreecommitdiff
path: root/webrtc_examples.gyp
diff options
context:
space:
mode:
authorhenrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-01-21 19:03:51 +0000
committerhenrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-01-21 19:03:51 +0000
commit83dd51d46aec24991e5c6cf626354859442ffcd1 (patch)
treeb9e4115421c43ccab5eba4c36e821d78444ff6db /webrtc_examples.gyp
parent83a37c82690d03185a4a7a97bf9e68a7d865e71e (diff)
downloadwebrtc-83dd51d46aec24991e5c6cf626354859442ffcd1.tar.gz
Android example apps: fixes issue where useful failure information was suppressed.
BUG=2808 R=andrew@webrtc.org, fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/7309004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5408 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc_examples.gyp')
-rw-r--r--webrtc_examples.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/webrtc_examples.gyp b/webrtc_examples.gyp
index a7565ae9..fff40da9 100644
--- a/webrtc_examples.gyp
+++ b/webrtc_examples.gyp
@@ -74,7 +74,7 @@
'cp <(PRODUCT_DIR)/lib.java/video_render_module_java.jar <(android_webrtc_demo_root)/libs/ &&'
'<(android_strip) -o <(android_webrtc_demo_root)/libs/<(android_app_abi)/libwebrtcdemo-jni.so <(PRODUCT_DIR)/libwebrtcdemo-jni.so && '
'cd <(android_webrtc_demo_root) && '
- '{ ant -q -l <(ant_log) debug || '
+ '{ ant debug > <(ant_log) 2>&1 || '
' { cat <(ant_log) ; exit 1; } } && '
'cd - > /dev/null && '
'cp <(android_webrtc_demo_root)/bin/WebRTCDemo-debug.apk <(_outputs)'
@@ -135,7 +135,7 @@
'<(android_strip) -o <(android_opensl_demo_root)/libs/<(android_app_abi)/libopensl-demo-jni.so <(PRODUCT_DIR)/libopensl-demo-jni.so && '
'cp <(PRODUCT_DIR)/lib.java/audio_device_module_java.jar <(android_opensl_demo_root)/libs/ &&'
'cd <(android_opensl_demo_root) && '
- '{ ant -q -l <(ant_log) debug || '
+ '{ ant debug > <(ant_log) 2>&1 || '
' { cat <(ant_log) ; exit 1; } } && '
'cd - > /dev/null && '
'cp <(android_opensl_demo_root)/bin/OpenSlDemo-debug.apk <(_outputs)'