Fix no_global_constructors/no_exit_time_destructors in Neteq.

Bug: webrtc:9693
Change-Id: I0135e934c638ec391546928ba1e623d137b27b75
Reviewed-on: https://webrtc-review.googlesource.com/98600
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24668}
This commit is contained in:
Mirko Bonadei
2018-09-07 16:23:41 +02:00
committed by Commit Bot
parent 64ef4f7c95
commit 8b0aed1dd6
2 changed files with 10 additions and 12 deletions

View File

@ -1156,10 +1156,6 @@ rtc_source_set("neteq_test_tools") {
rtc_source_set("neteq_tools") {
visibility += webrtc_default_visibility
configs += [
"../..:no_exit_time_destructors",
"../..:no_global_constructors",
]
sources = [
"neteq/tools/fake_decode_from_file.cc",
"neteq/tools/fake_decode_from_file.h",
@ -1187,6 +1183,7 @@ rtc_source_set("neteq_tools") {
"../../rtc_base:rtc_base_approved",
"../rtp_rtcp",
"../rtp_rtcp:rtp_rtcp_format",
"//third_party/abseil-cpp/absl/strings:strings",
"//third_party/abseil-cpp/absl/types:optional",
]