We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3a8b3 commit 7a92bc8Copy full SHA for 7a92bc8
test_defs.bzl
@@ -343,6 +343,7 @@ def _is_hjar_test_supported(bazel_rule):
343
return bazel_rule not in (
344
kt_jvm_library,
345
kt_jvm_test,
346
+ # TODO(ronshapiro): figure out why android_library has a different set up of compile jars
347
android_library,
348
android_local_test,
349
)
0 commit comments