diff --git a/talk/libjingle_examples.gyp b/talk/libjingle_examples.gyp index 52adb8b75e..76642bcb6c 100755 --- a/talk/libjingle_examples.gyp +++ b/talk/libjingle_examples.gyp @@ -315,7 +315,7 @@ 'cp <(PRODUCT_DIR)/libjingle_peerconnection.jar examples/android/libs/ &&' '<(android_strip) -o examples/android/libs/<(android_app_abi)/libjingle_peerconnection_so.so <(PRODUCT_DIR)/libjingle_peerconnection_so.so &&' 'cd examples/android && ' - '{ ant -q -l <(ant_log) debug || ' + '{ ant debug > <(ant_log) 2>&1 || ' ' { cat <(ant_log) ; exit 1; } } && ' 'cd - > /dev/null && ' 'cp examples/android/bin/AppRTCDemo-debug.apk <(_outputs)' diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp index a7565ae9ce..fff40da945 100644 --- a/webrtc/webrtc_examples.gyp +++ b/webrtc/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)'