summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhamzeh <hamzeh@google.com>2019-12-19 12:01:28 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-12-19 12:01:28 -0800
commit702263d9e63c6996dae763eda7c16bcc848e6004 (patch)
treebcd251432b6ab2b46e8be6ad864463cdd0142ae6
parentb78019b7e310132b2c41411e17015ecb235d431b (diff)
parentfc5d9147a9cd26d6441377e31bd76080f304f1f9 (diff)
downloadfuzz-702263d9e63c6996dae763eda7c16bcc848e6004.tar.gz
Changing syntax of disable in cc_fuzz
am: fc5d9147a9 Change-Id: Ie9ca610ff905a6f9160c3a4108451474dc837470
-rw-r--r--iface_fuzzer/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/iface_fuzzer/Android.bp b/iface_fuzzer/Android.bp
index 2cd6e2f..1467052 100644
--- a/iface_fuzzer/Android.bp
+++ b/iface_fuzzer/Android.bp
@@ -60,7 +60,8 @@ cc_defaults {
// (HAL interface definitions) to be manually pushed to the device.
// Neither of these are supported on continuous fuzzing infra, so stop
// it from running there.
- disable: true,
+ fuzz_on_haiku_device: false,
+ fuzz_on_haiku_host: false,
},
}