commit | f7d55dccfb4e38abfcfed51a399eecf7fa59e55b | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Sep 18 16:41:34 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Sep 21 11:59:06 2020 +0900 |
tree | cb50ed99746069cfb7a8abb04ff149f7d1dae814 | |
parent | b91873ac0a8bf225630b6957e053ca7eff94ca4c [diff] |
Use x86-specific source files only for x86 target Previously, we used x86-specific source files (those for sse2) regardless of the target because x86 was the only supported host target. This becomes a problem as we add the support for the new ARM64 host target - linux_bionic_arm64. Now, those source files are built only when the target architecture is x86. Bug: 159685774 Test: HOST_CROSS_OS=linux_bionic HOST_CROSS_ARCH=arm64 m \ out/soong/host/linux_bionic-arm64/bin/webRTC Change-Id: Id13d66ccd5ae6f8596ce32d4ccb2735856d2159a
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.