commit | f89a571fcb8d9784a5def0129f9db5f856dd4a19 | [log] [tgz] |
---|---|---|
author | metzman <metzman@google.com> | Mon Jul 25 02:14:09 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jul 25 09:14:17 2016 +0000 |
tree | 4e17953ae8113d33c19f5413ec822daa00bf4874 | |
parent | 2638c6fad8e4019b9984e9bf6f10897cfdd52420 [diff] [blame] |
[AFL] Allow webrtc fuzzers to be used with afl-fuzz. BUG=chromium:611337 Review-Url: https://codereview.webrtc.org/2143053002 Cr-Commit-Position: refs/heads/master@{#13519}
diff --git a/setup_links.py b/setup_links.py index 4cf91f7..861ef71 100755 --- a/setup_links.py +++ b/setup_links.py
@@ -33,6 +33,7 @@ 'buildtools', 'mojo', # TODO(kjellander): Remove, see webrtc:5629. 'testing', + 'third_party/afl', 'third_party/binutils', 'third_party/boringssl', 'third_party/colorama',