aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/BUILD.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/BUILD.bazel b/examples/BUILD.bazel
index 53b01fbc..998f42fa 100644
--- a/examples/BUILD.bazel
+++ b/examples/BUILD.bazel
@@ -233,7 +233,8 @@ java_fuzz_target_test(
java_binary(
name = "examples",
create_executable = False,
- resource_jars = [
+ visibility = ["//visibility:public"],
+ runtime_deps = [
":ExampleFuzzer_target_deploy.jar",
":ExampleValueProfileFuzzer_target_deploy.jar",
":FastJsonFuzzer_target_deploy.jar",
@@ -241,5 +242,4 @@ java_binary(
":JpegImageParserFuzzer_target_deploy.jar",
":JsonSanitizerDenylistFuzzer_target_deploy.jar",
],
- visibility = ["//visibility:public"],
)