summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
authorAllen Webb <allenwebb@google.com>2018-12-07 10:09:57 -0800
committerManoj Gupta <manojgupta@chromium.org>2018-12-07 18:34:25 +0000
commit7f325f2e91482aee604de71f19f6669762594818 (patch)
tree64b04726635e95e972589d44b9c36a87eec60c52 /fuzz
parent952f707baf2f5d77496be25117661b6edbdf323f (diff)
downloadchrome-ec-7f325f2e91482aee604de71f19f6669762594818.tar.gz
cr50_fuzz: Disable this target. It is breaking the chromeos-ec build.
BRANCH=None BUG=chromium:911310 TEST=USE="ubsan asan fuzzer" ./build_packages \ --board=amd64-generic --skip_chroot_upgrade chromeos-ec Change-Id: I15ac87b14a0f28a62e257bb155f1862753053eb4 Reviewed-on: https://chromium-review.googlesource.com/c/1368010 Tested-by: Allen Webb <allenwebb@google.com> Trybot-Ready: Allen Webb <allenwebb@google.com> Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/fuzz/build.mk b/fuzz/build.mk
index d9788d91e0..ff18d1b0c2 100644
--- a/fuzz/build.mk
+++ b/fuzz/build.mk
@@ -6,7 +6,8 @@
# fuzzer binaries
#
-fuzz-test-list-host = cr50_fuzz host_command_fuzz usb_pd_fuzz
+# TODO(crbug.com/911310) Fix the chromeos-ec build before adding cr50_fuzz back.
+fuzz-test-list-host = host_command_fuzz usb_pd_fuzz
# For fuzzing targets libec.a is built from the ro objects and hides functions
# that collide with stdlib. The rw only objects are then linked against libec.a