mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
move to deps?
This commit is contained in:
parent
c67cedcee3
commit
109de82cfe
@ -66,12 +66,12 @@ java_test(
|
||||
srcs = ["EncoderTest.java"],
|
||||
data = [
|
||||
":test_bundle",
|
||||
"//:jni", # Bazel JNI workaround
|
||||
],
|
||||
jvm_flags = ["-DTEST_BUNDLE=$(location :test_bundle)"],
|
||||
shard_count = 15,
|
||||
deps = [
|
||||
":enc",
|
||||
"//:jni",
|
||||
"//java/org/brotli/integration:bundle_helper",
|
||||
"//java/org/brotli/wrapper/dec",
|
||||
"@junit_junit//jar",
|
||||
|
Loading…
Reference in New Issue
Block a user