Use fuzzing_engine_main instead of libfuzzer_main.
libfuzzer_main is misnamed as it already potentially links different fuzzing engines, not just libfuzzer. We're trying to rename it, as we get closer to introducing another engine again (centipede). Bug: chromium:1369919 Change-Id: Idfd0926ca382ba70db1faa7a7e02fc85c44b0c18 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/294861 Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Commit-Queue: Adrian Taylor <adetaylor@chromium.org> Cr-Commit-Position: refs/heads/main@{#39396}
This commit is contained in:
parent
ab90ea90bc
commit
858aa7ba0f
@ -14,7 +14,7 @@ rtc_library("webrtc_fuzzer_main") {
|
||||
sources = [ "webrtc_fuzzer_main.cc" ]
|
||||
deps = [
|
||||
"../../rtc_base:logging",
|
||||
"//testing/libfuzzer:libfuzzer_main",
|
||||
"//testing/libfuzzer:fuzzing_engine_main",
|
||||
]
|
||||
|
||||
# When WebRTC fuzzer tests are built on Chromium bots they need to link
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user