There was an error while loading. Please reload this page.
1 parent 135b8e2 commit 4a77041Copy full SHA for 4a77041
1 file changed
java/private/suite.bzl
@@ -1,4 +1,3 @@
1
-load(":library.bzl", "java_library")
2
load(":package.bzl", "package_name")
3
4
def _test_class_name(src_file):
@@ -86,7 +85,7 @@ def java_test_suite(
86
85
libargs.update({key: value})
87
88
# Allow linting of sources we've written
89
- java_library(
+ native.java_library(
90
name = "%s-suite-lib" % name,
91
testonly = True,
92
srcs = srcs,
0 commit comments