| Index: build_overrides/build.gni
|
| diff --git a/build_overrides/build.gni b/build_overrides/build.gni
|
| index fbf95c97dd434327e79de87e973def0208692b6d..3dce159d22708da8f8e11f50e5a9bafc00da8910 100644
|
| --- a/build_overrides/build.gni
|
| +++ b/build_overrides/build.gni
|
| @@ -24,6 +24,12 @@ build_with_chromium = false
|
| asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
|
| lsan_suppressions_file = "//webrtc/build/sanitizers/lsan_suppressions_webrtc.cc"
|
| tsan_suppressions_file = "//webrtc/build/sanitizers/tsan_suppressions_webrtc.cc"
|
| +msan_blacklist_path =
|
| + rebase_path("//tools-webrtc/msan/blacklist.txt", root_build_dir)
|
| +ubsan_blacklist_path =
|
| + rebase_path("//tools-webrtc/ubsan/blacklist.txt", root_build_dir)
|
| +ubsan_vptr_blacklist_path =
|
| + rebase_path("//tools-webrtc/ubsan/vptr_blacklist.txt", root_build_dir)
|
|
|
| # Android lint suppressions file
|
| lint_suppressions_file = "//webrtc/build/android/suppressions.xml"
|
|
|