Remove static library loading from WebRTC Android SDK.
Bug: webrtc:7474 Change-Id: Ie75a5c12638be82d7bd91073744946ac21c48155 Reviewed-on: https://webrtc-review.googlesource.com/22962 Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20865}
This commit is contained in:
committed by
Commit Bot
parent
ff610bd2b2
commit
3e189a6dc3
@ -10,8 +10,8 @@
|
||||
|
||||
package org.webrtc;
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@ -21,10 +21,6 @@ import java.util.List;
|
||||
* http://www.w3.org/TR/mediacapture-streams/
|
||||
*/
|
||||
public class PeerConnection {
|
||||
static {
|
||||
System.loadLibrary("jingle_peerconnection_so");
|
||||
}
|
||||
|
||||
/** Tracks PeerConnectionInterface::IceGatheringState */
|
||||
public enum IceGatheringState { NEW, GATHERING, COMPLETE }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user