From ab730af3ab24a2392cc1c3d19a2c20b38d8c626d Mon Sep 17 00:00:00 2001 From: JY Lin <98980741+jylinv0@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:59:17 -0500 Subject: [PATCH] Make robolectric-deps.properties public 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. --- bazel/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/bazel/BUILD b/bazel/BUILD index e51ac36..111988d 100644 --- a/bazel/BUILD +++ b/bazel/BUILD @@ -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(