Changes to java8_dist_jar unblock the roll. Change log:5d9089080e..fb396f70fdFull diff:5d9089080e..fb396f70fdChanged dependencies: * src/base:ea8d608e8e..028bc777a2* src/build:379d3331d1..a487899ea8* src/ios:7796ebdb5c..277bfb566d* src/testing:50b6577a3d..7c055df753* src/third_party:caec3c432a..d8cd44fcb7* src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/307c9f954d..db654910e3 * src/tools:c98f4e3e61..a626dcf509* src/tools/swarming_client:6fd3c7b6eb..4bd9152f8aDEPS diff:5d9089080e..fb396f70fd/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: I0cae8d49c169f77c63ef85eb1ca9d4a5898bbbc4 No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/30680 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21161}
This directory holds a Java implementation of the webrtc::PeerConnection API, as
well as the JNI glue C++ code that lets the Java implementation reuse the C++
implementation of the same API.
To build the Java API and related tests, generate GN projects with:
--args='target_os="android"'
To use the Java API, start by looking at the public interface of
org.webrtc.PeerConnection{,Factory} and the org.webrtc.PeerConnectionTest.
To understand the implementation of the API, see the native code in jni/.