commit | 4d85e8a78cb00c61cfeb5a54994acdf50b042e54 | [log] [tgz] |
---|---|---|
author | Magnus Jedvert <magjed@webrtc.org> | Thu Nov 16 15:00:01 2017 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 16 15:47:03 2017 +0000 |
tree | 57dfb19f649e5b45c5f3e59f4b84941020c244a1 | |
parent | c0fd5f97a8fbda3ddc97d8fd0f4e88a1501dffba [diff] |
Android: Fix JavaLangClash warning The warnings is this: org.webrtc.ClassLoader clashes with java.lang.ClassLoader This CL fixes that by renaming org.webrtc.ClassLoader to org.webrtc.WebRtcClassLoader. Bug: webrtc:6597,webrtc:8534 Change-Id: Ia392850cd2d0eb0683c03607d0cec06904de532f Reviewed-on: https://webrtc-review.googlesource.com/23680 Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Magnus Jedvert <magjed@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20715}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.