commit | 70d01242f8898aeb9dddfbbeaf3f22421479fe7c | [log] [tgz] |
---|---|---|
author | kjellander <kjellander@webrtc.org> | Thu Sep 15 03:42:29 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Sep 15 10:42:34 2016 +0000 |
tree | 9ab39f4eed0e3058491507c1d4e12686f0e2205f | |
parent | 5a20ed36e654a8721f4e67743e2a75f99c52a7a1 [diff] |
MB: Change Android Clang to build shared instead of static. A recent build error on Android revealed that we're always doing static builds for the Android Debug builders. This changes one to be building shared library instead (is_component_build=true), which should prevent such breakages in the future. BUG=webrtc:6360 NOTRY=True Review-Url: https://codereview.webrtc.org/2342033002 Cr-Commit-Position: refs/heads/master@{#14226}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.