summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Webb <allenwebb@google.com>2018-12-10 15:44:11 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-01-02 18:14:04 -0800
commit934c1103a2b06b3e16d24ed15bd2592f131d2b90 (patch)
tree1f1b71735dd8ec6e35e43113478af63551275852
parent2b0d9e6c40ea71e0f3e66759c758c07e8879ca07 (diff)
downloadchrome-ec-934c1103a2b06b3e16d24ed15bd2592f131d2b90.tar.gz
cr50_fuzz: Re-enable this fuzz target now that chromeos-ec is fixed.
A new symbol was added to third_party/tpm2 that needed a mock implementation in cr50_fuzz to fix compilation. CQ-DEPEND=CL:1370404,CL:1377383 BRANCH=None BUG=chromium:911310 TEST=USE="ubsan asan fuzzer" ./build_packages \ --board=amd64-generic --skip_chroot_upgrade chromeos-ec Change-Id: I3e2546829646e89361bfa2a8b4084c95b346f78f Signed-off-by: Allen Webb <allenwebb@google.com> Reviewed-on: https://chromium-review.googlesource.com/1370747 Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
-rw-r--r--fuzz/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/build.mk b/fuzz/build.mk
index 08bba75220..fda788fd93 100644
--- a/fuzz/build.mk
+++ b/fuzz/build.mk
@@ -10,7 +10,7 @@ fuzz-test-list-host =
# Fuzzers should only be built for architectures that support sanitizers.
ifeq ($(ARCH),amd64)
# TODO(crbug.com/911310) Fix the chromeos-ec build before adding cr50_fuzz back.
-fuzz-test-list-host += host_command_fuzz usb_pd_fuzz
+fuzz-test-list-host += cr50_fuzz host_command_fuzz usb_pd_fuzz
endif
# For fuzzing targets libec.a is built from the ro objects and hides functions