Separate build targets for aec3 and aec3_unittests

Bug: webrtc:8844
Change-Id: Id6a98eae19aaedc87c3f402a004f58f0290d5c28
Reviewed-on: https://webrtc-review.googlesource.com/56580
Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org>
Reviewed-by: Alex Loiko <aleloi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22173}
This commit is contained in:
Gustaf Ullberg
2018-02-23 13:18:29 +01:00
committed by Commit Bot
parent 225c787c6e
commit f35c6667d6
6 changed files with 212 additions and 123 deletions

View File

@ -445,6 +445,7 @@ webrtc_fuzzer_test("audio_processing_fuzzer") {
":audio_processing_fuzzer_helper",
":fuzz_data_helper",
"../../modules/audio_processing",
"../../modules/audio_processing/aec3",
"../../rtc_base:rtc_base_approved",
]
}