mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
![]() Manually - update the path to libc++, libunwind, and android_toolchain - update paths to licence files - add missing arg `use_perfetto_trace_processor` - use C++20 for android compilation (due to dependency on //base from the JNI generator) - only test on Android sdk version (21) due to non-hermetic test `TCPChannelClientTest` Change log: |
||
---|---|---|
.. | ||
build.gni | ||
gtest.gni | ||
OWNERS | ||
partition_alloc.gni | ||
README.md |
Build overrides in GN
This directory is used to allow us to customize variables that differ between WebRTC being built as standalone and as a part of Chromium.
There's another build_overrides in Chromium that needs to contain the same set of files with the same set of variables (but with different values).