aboutsummaryrefslogtreecommitdiff
path: root/java/org/brotli/integration/BUILD.bazel
diff options
context:
space:
mode:
authorEvgenii Kliuchnikov <eustas@google.com>2024-02-21 02:32:23 -0800
committerCopybara-Service <copybara-worker@google.com>2024-02-21 02:33:05 -0800
commitccec9628e49208173c9a8829ff66d0d7f6ceff5f (patch)
tree2ecfd0bf126476df55f27df320464d8f64845348 /java/org/brotli/integration/BUILD.bazel
parentc1362a7903dd6360228d27b703227e20723cf051 (diff)
downloadbrotli-ccec9628e49208173c9a8829ff66d0d7f6ceff5f.zip
brotli-ccec9628e49208173c9a8829ff66d0d7f6ceff5f.tar.gz
brotli-ccec9628e49208173c9a8829ff66d0d7f6ceff5f.tar.bz2
add pure-kotlin decoder
PiperOrigin-RevId: 608917286
Diffstat (limited to 'java/org/brotli/integration/BUILD.bazel')
-rw-r--r--java/org/brotli/integration/BUILD.bazel3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/org/brotli/integration/BUILD.bazel b/java/org/brotli/integration/BUILD.bazel
index 4607cda..909ba00 100644
--- a/java/org/brotli/integration/BUILD.bazel
+++ b/java/org/brotli/integration/BUILD.bazel
@@ -23,9 +23,10 @@ java_library(
java_library(
name = "bundle_checker",
srcs = ["BundleChecker.java"],
+ runtime_deps = ["//org/brotli/dec"],
deps = [
":bundle_helper",
- "//org/brotli/dec",
+ "//org/brotli/dec:test_utils",
],
)