mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Fix bazel build
That includes un-inlining JNI function calls
This commit is contained in:
@@ -11,7 +11,7 @@ module(
|
||||
repo_name = "org_brotli_fuzz",
|
||||
)
|
||||
|
||||
bazel_dep(name = "rules_fuzzing", version = "0.5.2")
|
||||
bazel_dep(name = "rules_fuzzing", version = "0.6.0")
|
||||
|
||||
bazel_dep(name = "brotli", version = "1.2.0", repo_name = "org_brotli")
|
||||
local_path_override(
|
||||
|
||||
Reference in New Issue
Block a user