summaryrefslogtreecommitdiff
path: root/nn/runtime/test/Android.bp
diff options
context:
space:
mode:
authorMichael Butler <butlermichael@google.com>2019-12-16 11:21:30 -0800
committerMichael Butler <butlermichael@google.com>2019-12-16 11:21:30 -0800
commit17bcab3f0ec988f9dbd87fc923d8c8cfef081a62 (patch)
tree7a1ffb761151f029311da481cd3e3c765f3d00dc /nn/runtime/test/Android.bp
parent8aa2d4b6e08f254b7ad08532a944cc9051a56e29 (diff)
downloadml-17bcab3f0ec988f9dbd87fc923d8c8cfef081a62.tar.gz
Add CC configuration to libneuralnetworks_fuzzer
Fuzzer bugs are found automatically. However, the fuzzer does not know who to contact in the case of a bug. This CL configures cc_fuzz to notify (via CC on buganizer) the recipients (currently butlermichael@google.com) whenever a bug is found. Bug: N/A Test: mma Change-Id: I16ea400e525a0c3341e88f0aa692e3d4ab2d2b98
Diffstat (limited to 'nn/runtime/test/Android.bp')
-rw-r--r--nn/runtime/test/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/nn/runtime/test/Android.bp b/nn/runtime/test/Android.bp
index 2ac24e592..af87d699d 100644
--- a/nn/runtime/test/Android.bp
+++ b/nn/runtime/test/Android.bp
@@ -175,6 +175,9 @@ cc_fuzz {
name: "libneuralnetworks_fuzzer",
defaults: ["NeuralNetworksTest_default_libs"],
owner: "google",
+ fuzz_config: {
+ cc: ["butlermichael@google.com"],
+ },
srcs: [
"android_fuzzing/Converter.cpp",
"android_fuzzing/FuzzTest.cpp",