disable vts/hal fuzz targets until Haiku improves support am: a78dbc7fbd

Change-Id: I156a8c54cdfbd471467cb7102f1781104a36d4e3
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: [
             "smoreland@google.com",