We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b4718 commit bd7752cCopy full SHA for bd7752c
1 file changed
src/devtools/mobileharness/api/model/proto/BUILD
@@ -50,11 +50,17 @@ java_proto_library(
50
proto_library(
51
name = "job_proto",
52
srcs = ["job.proto"],
53
+ visibility = [
54
+ "//devtools/mobileharness/project:otter_service",
55
+ ],
56
deps = ["@protobuf//:timestamp_proto"],
57
)
58
59
java_proto_library(
60
name = "job_java_proto",
61
62
63
64
deps = [":job_proto"],
65
66
0 commit comments