summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",