Skip to content

Commit d41705b

Browse files
committed
Use rules_cc instead of native cc_library rules.
1 parent 5ea3fe8 commit d41705b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
load("@rules_java//java:defs.bzl", "java_test")
2+
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_proto_library")
13
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_binary", "scala_library", "scala_test")
24
load("@io_bazel_rules_scala//scala_proto:scala_proto.bzl", "scalapb_proto_library")
35
load("@rules_proto//proto:defs.bzl", "proto_library")
@@ -115,8 +117,9 @@ scala_library(
115117
srcs = glob([
116118
"src/test/java/gnieh/**/*.scala",
117119
"src/test/java/im/tox/tox4j/impl/jni/codegen/**/*.scala",
120+
]) + [
118121
"src/test/java/im/tox/tox4j/impl/jni/MethodMap.scala",
119-
]),
122+
],
120123
deps = [
121124
":jni_scala_proto",
122125
":jvm-toxcore-c",

0 commit comments

Comments
 (0)