Skip to content

Commit f0508ba

Browse files
committed
Depend on bazel_android
1 parent b51f058 commit f0508ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin/internal/jvm/kt_android_local_test.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ kt_android_local_test = rule(
7171
_JAVA_TOOLCHAIN_TYPE,
7272
_JAVA_RUNTIME_TOOLCHAIN_TYPE,
7373
],
74-
fragments = ["android", "java"], # Required fragments of the target configuration
74+
fragments = ["android", "java", "bazel_android"], # Required fragments of the target configuration
7575
host_fragments = ["java"], # Required fragments of the host configuration
7676
implementation = _kt_android_local_test_impl,
7777
)

0 commit comments

Comments
 (0)