This reverts commit 51698aefd4925f2dfa0310a321f836d433fa9258. Reason for revert: Breaks builds because badly formatted deps Original change's description: > Put internal video codec factories into separate target > > The purpose is to start splitting out the dependencies to the built-in > SW video codecs, so that clients can decide to not depend on them and > get a reduction in binary size. > > Replaces https://webrtc-review.googlesource.com/c/src/+/29101 > > Bug: webrtc:7925 > Change-Id: I46b95aaf42ead70ba78776de60600b8a66a1fe0c > Reviewed-on: https://webrtc-review.googlesource.com/33420 > Commit-Queue: Anders Carlsson <andersc@webrtc.org> > Reviewed-by: Magnus Jedvert <magjed@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#21381} TBR=magjed@webrtc.org,andersc@webrtc.org Change-Id: Ib85f77fea756f4beb6a95b45cb132cbdc424ef00 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:7925 Reviewed-on: https://webrtc-review.googlesource.com/35260 Reviewed-by: Anders Carlsson <andersc@webrtc.org> Commit-Queue: Anders Carlsson <andersc@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21383}
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/.