DescriptionSupport WebRTC in Android build toolchain
It turns out the changes in
https://codereview.chromium.org/17466002/ was not enough.
WebRTC needs two GYP_DEFINE variables to be passed to
the runhooks step in order to generate the right GYP
projects: include_tests=1 enable_tracing=1
We also need to use another build target than the default (All)
to compile only our tests.
This makes it possible to build the right APKs for
the Android Builder in the client.webrtc waterfall in:
https://codereview.chromium.org/17390019/
TEST=local builds
BUG=webrtc:1882
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=219016
Patch Set 1 : #Patch Set 2 : Updated renamed test modules_integrationtests -> modules_tests #Patch Set 3 : Added condition to avoid errors when doing a non-WebRTC android_gyp run. #
Messages
Total messages: 4 (0 generated)
|