Skip to content

Commit

Permalink
Support passing data attribute to android_local_test (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Apr 12, 2023
1 parent dee20f9 commit d898627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kotlin/internal/jvm/android.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def kt_android_local_test(
manifest_values = None,
test_class = None,
size = None,
data = None,
timeout = None,
flaky = False,
shard_count = None,
Expand All @@ -117,6 +118,7 @@ def kt_android_local_test(
test_class = test_class,
visibility = visibility,
size = size,
data = data,
timeout = timeout,
flaky = flaky,
shard_count = shard_count,
Expand Down

0 comments on commit d898627

Please sign in to comment.