bazelbuild / rules_fuzzing

Bazel Starlark extensions for defining fuzz tests in Bazel projects
Apache License 2.0
82 stars 19 forks source link

Instrument native libraries in deploy JARs #183

Closed fmeum closed 2 years ago

fmeum commented 2 years ago

Many Java projects using native libraries add them as resources rather than relying on Bazel to add them to the native library path. This change ensure that these libraries are correctly instrumented for fuzzing.