summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Alder <kalder@google.com>2020-02-18 16:23:13 -0800
committerKris Alder <kalder@google.com>2020-02-18 16:23:13 -0800
commita78dbc7fbd8fe59aeb8bd594b30807729abf3c9e (patch)
treedd19697de3c103f9df5ea18469668679d311cd42
parentb667cd92f7caebc627a36eceef649a9f0d2824a4 (diff)
downloadfuzz-a78dbc7fbd8fe59aeb8bd594b30807729abf3c9e.tar.gz
disable vts/hal fuzz targets until Haiku improves support
Bug: 149758216 Test: N/A Change-Id: I10d42b971ff8d0b4c835cbc08f0797ef7fc8b421
-rw-r--r--iface_fuzzer/Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/iface_fuzzer/Android.bp b/iface_fuzzer/Android.bp
index 302c6b7..a93d564 100644
--- a/iface_fuzzer/Android.bp
+++ b/iface_fuzzer/Android.bp
@@ -57,7 +57,9 @@ cc_defaults {
],
fuzz_config: {
// This fuzz target must be run against HAL implementation, which are
- // only present on the device.
+ // only present on the device. These are disabled for until Haiku has
+ // improved support for fuzzing HAL services.
+ fuzz_on_haiku_device: false,
fuzz_on_haiku_host: false,
cc: [
"smoreland@google.com",