Switch neteq_rtpplay into an executable.

Bug: None
Change-Id: Iecfe4f59336081583850ebcef9e115821a3f27f7
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/146715
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28677}
This commit is contained in:
Mirko Bonadei 2019-07-25 09:48:14 +02:00 committed by Commit Bot
parent 5cd1341588
commit b79f564b53
2 changed files with 2 additions and 1 deletions

View File

@ -1488,7 +1488,7 @@ if (rtc_include_tests) {
]
}
rtc_test("neteq_rtpplay") {
rtc_executable("neteq_rtpplay") {
testonly = true
visibility += [ "*" ]
defines = []

View File

@ -53,6 +53,7 @@ def print_landmines(): # pylint: disable=invalid-name
print ('Clobber to fix https://codereview.webrtc.org/2767383005 before'
'landing (changing rtc_executable -> rtc_test on iOS)')
print 'Another landmine for low_bandwidth_audio_test (webrtc:7430)'
print 'Clobber to change neteq_rtpplay type to executable'
def main():