commit | 3ebcf712c89266397901c453d05509c07a48978f | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jul 25 15:49:56 2023 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Jul 26 09:10:09 2023 -0700 |
tree | dbd757aa2906eda2e5ac0f0d5f25be1b39f6674e | |
parent | a6f38ffdc909a346e34fc61d1669b8372508ae89 [diff] |
Convert absl_source_sets to cc_library_static instead of filegroup Converting GN's absl_source_sets to filegroups causes them to be recompiled in every module that depends on them, 424 times for absl/strings. Convert them to cc_library_static instead so they only have to be compiled once per variant. This reduces the size of the intermediates directory for external/webrtc from 26GB to 3.6GB. Also remove the dependencies from cc_library_static modules, they don't do anything and just increase the complexity in Soong's module graph. All the transitive dependencies are already collected into the final libwebrtc and webrtc_audio_processing modules. Bug: 293194014 Test: m libwebrtc Change-Id: Iebbafa52fa72364a70f4f35656af17a63c88b860
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.