commit | 6b3fcfd82318aea0cd4ce1705f510ece0057491a | [log] [tgz] |
---|---|---|
author | kjellander <kjellander@webrtc.org> | Tue Feb 07 01:11:06 2017 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Feb 07 09:11:06 2017 +0000 |
tree | 932ce4b94e0efedf6ff50fac9678b95c97ad437e | |
parent | 6b34124a6d4733cf2d95986b4920bccec8b39397 [diff] |
Add support for extra GN args to Android build script. By using the --extra-gn-args flag, it is now possible to specify additional GN arguments for the build. This is needed in order to pass a non-default Goma directory (needed for the bots). Example use: --extra-gn-args goma_dir=\"/path/to/goma\" You can also pass multiple args (separated by spaces). BUG=chromium:684387 NOTRY=True TESTED=Did a local successful run. Review-Url: https://codereview.webrtc.org/2670743004 Cr-Commit-Position: refs/heads/master@{#16458}
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.