Skip to content

Commit 5cd40d8

Browse files
committed
Reduce code size of AudioPlaybackShow_deploy.
We don't need all of tox4j here, only some API stuff, and we don't need all the tests.
1 parent 6e3ee90 commit 5cd40d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

BUILD.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,15 @@ scala_binary(
273273
testonly = True,
274274
srcs = [
275275
"src/tools/java/im/tox/tox4j/av/callbacks/audio/AudioPlaybackShow.scala",
276+
"src/test/java/im/tox/tox4j/av/callbacks/audio/AudioPlayback.scala",
277+
"src/test/java/im/tox/tox4j/av/callbacks/audio/AudioGenerator.scala",
278+
"src/test/java/im/tox/tox4j/av/callbacks/audio/AudioGenerators.scala",
276279
],
277280
main_class = "im.tox.tox4j.av.callbacks.audio.AudioPlaybackShow",
278281
resources = glob([
279282
"src/test/resources/**/*",
280283
]),
281284
deps = [
282-
":jvm-toxcore-c",
283-
":test_lib",
284285
"//jvm-toxcore-api",
285286
],
286287
)

0 commit comments

Comments
 (0)