summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhamzeh <hamzeh@google.com>2019-12-19 12:01:31 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-12-19 12:01:31 -0800
commit2334c0e3fa87a7cf5ddefaa9ee181274484cc4e7 (patch)
tree93cbd87db3aa6d35642d17c7b2b828438fec3e62
parent5c1e66c14051f01e342eb9d0f1e0b3f070654b9a (diff)
parent6f71beb54426f6263afcdc3539362c5e6b9dee3d (diff)
downloadplatform_tools_security-2334c0e3fa87a7cf5ddefaa9ee181274484cc4e7.tar.gz
platform_tools_security-2334c0e3fa87a7cf5ddefaa9ee181274484cc4e7.tar.bz2
platform_tools_security-2334c0e3fa87a7cf5ddefaa9ee181274484cc4e7.zip
Changing syntax of disable in cc_fuzz
am: 6f71beb544 Change-Id: Ia8b9689eadb7265f26b9ef12bbc7301ef753eb8b
-rw-r--r--fuzzing/example_fuzzer/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/fuzzing/example_fuzzer/Android.bp b/fuzzing/example_fuzzer/Android.bp
index 4ba576d..a3e9e8c 100644
--- a/fuzzing/example_fuzzer/Android.bp
+++ b/fuzzing/example_fuzzer/Android.bp
@@ -15,6 +15,7 @@ cc_fuzz {
corpus: ["corpus/*"],
dictionary: "example_fuzzer.dict",
fuzz_config: {
- disable: true,
+ fuzz_on_haiku_device: false,
+ fuzz_on_haiku_host: false,
},
}