Snap for 6258215 from 6722b5dfce577ab32de9fa9064614873537c787d to r-keystone-qcom-release

Change-Id: Ie93150d6db7962363e9b5a6f3faf22f61e10ff80
diff --git a/iface_fuzzer/Android.bp b/iface_fuzzer/Android.bp
index 5d1f842..a93d564 100644
--- a/iface_fuzzer/Android.bp
+++ b/iface_fuzzer/Android.bp
@@ -57,8 +57,14 @@
     ],
     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",
+            "trong@google.com",
+        ],
     },
 }