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
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???