commit | 2693971b3747954c3adb828ee9632a7bf0b76ba2 | [log] [tgz] |
---|---|---|
author | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | Fri Jan 24 00:23:43 2020 +0000 |
committer | Android Build Role Account android-build-prod <android-build-team-robot@google.com> | Fri Jan 24 00:23:43 2020 +0000 |
tree | c371d66e753be62f0982afa1fe59aac3ae07e525 | |
parent | 60bf94c524d2b8696b2a5a74c3ba15d2cd93d1d1 [diff] | |
parent | 2d74f8c438b1eb8f00ff48fb5d74ed4008e15ce9 [diff] |
Snap for 6157194 from 2d74f8c438b1eb8f00ff48fb5d74ed4008e15ce9 to r-keystone-qcom-release Change-Id: I4e91d30758da8b638c91b78678174ed54b669d22
diff --git a/fuzzing/example_fuzzer/Android.bp b/fuzzing/example_fuzzer/Android.bp index 4ba576d..a3e9e8c 100644 --- a/fuzzing/example_fuzzer/Android.bp +++ b/fuzzing/example_fuzzer/Android.bp
@@ -15,6 +15,7 @@ corpus: ["corpus/*"], dictionary: "example_fuzzer.dict", fuzz_config: { - disable: true, + fuzz_on_haiku_device: false, + fuzz_on_haiku_host: false, }, }