Skip to content

Commit

Permalink
Make robolectric-deps.properties public (#92)
Browse files Browse the repository at this point in the history
Seems this properties files contain essential information that need to be passed from users if they don't have their custom properties files. Make it public so users can declare dependency on it.
  • Loading branch information
jylinv0 authored Jan 26, 2024
1 parent bea5b5c commit a5b25a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ genrule(
outs = ["robolectric-deps.properties"],
cmd = "$(location :gen-deps) $(locations :android-all-jars-filegroup) > $@",
tools = [":gen-deps"],
visibility = ["//visibility:public"],
)

py_binary(
Expand Down

0 comments on commit a5b25a8

Please sign in to comment.