Jiyong Park f7d55dccfb 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
2020-09-21 11:59:06 +09:00
2020-07-21 14:54:49 -07:00
2020-07-21 14:54:49 -07:00
2020-03-18 18:04:41 +00:00
2020-07-06 10:08:09 +00:00
2017-09-15 04:25:06 +00:00
2020-07-21 14:54:49 -07:00
2020-07-21 14:54:49 -07:00
2017-09-15 04:25:06 +00:00
2018-07-23 15:28:48 +00:00
2020-07-13 11:42:07 +00:00
2020-04-16 11:08:43 +00:00
2020-07-11 08:25:04 +00:00
2020-07-15 17:50:55 +00:00

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.

Development

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.

More info

Description
No description provided
Readme 255 MiB
Languages
C++ 88.6%
C 3.3%
Java 3%
Objective-C++ 1.9%
Python 1.9%
Other 1%