disable vts/hal fuzz targets until Haiku improves support am: a78dbc7fbd am: 6c02355b27
Change-Id: Ieb7c750c1965bc79f0fef22ebd889c1178a0f74e
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 @@
],
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: [
"[email protected]",