This reverts commit 0efd1e8b7e69900a6a516a176f1ab69d0e6b8a26. Reason for revert: Breaking internal builds Original change's description: > Reland "Put internal video codec factories into separate target" > > This is a reland of 51698aefd4925f2dfa0310a321f836d433fa9258 > 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} > > Bug: webrtc:7925 > Change-Id: I105287fd41ec3ee5bd964b94efcc9c7b3ecdb842 > Reviewed-on: https://webrtc-review.googlesource.com/35261 > Reviewed-by: Magnus Jedvert <magjed@webrtc.org> > Commit-Queue: Anders Carlsson <andersc@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#21389} TBR=magjed@webrtc.org,andersc@webrtc.org Change-Id: I8d3b788cc9e43261b3ed6d3d52427b5e26bc827e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:7925 Reviewed-on: https://webrtc-review.googlesource.com/35187 Reviewed-by: Lu Liu <lliuu@webrtc.org> Commit-Queue: Lu Liu <lliuu@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21393}
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/.