pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.13k stars 447 forks source link

Release build for apprtc failed for revision, if source files were modified??? #142

Open xyzBlane opened 8 years ago

xyzBlane commented 8 years ago

I can compile original WebRTC for different Architectures using the command: build_apprtc with no errors at all. If I modified any file! for example added just a comment...!!! in "webrtc/src/webrtc/video_frame.h" the terminal logs out. This is what I get:

Setting up build environment for Android Export the base settings of GYP_DEFINES so we can define how we want to build User has not specified any gyp defines so we proceed with default ARMv7 with Neon Build GYP_DEFINES=OS=android host_os=linux libjingle_java=1 build_with_libjingle=1 build_with_chromium=0 enable_tracing=1 enable_android_opensl=0 OS=android Run gclient hooks Build AppRTCDemo in Release (arch: armv7) Running ninja Release build for apprtc failed for revision 10703

Am I missing something???