Skip to content

Commit bd7752c

Browse files
DeviceInfracopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 892546103
1 parent 74b4718 commit bd7752c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • src/devtools/mobileharness/api/model/proto

src/devtools/mobileharness/api/model/proto/BUILD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,17 @@ java_proto_library(
5050
proto_library(
5151
name = "job_proto",
5252
srcs = ["job.proto"],
53+
visibility = [
54+
"//devtools/mobileharness/project:otter_service",
55+
],
5356
deps = ["@protobuf//:timestamp_proto"],
5457
)
5558

5659
java_proto_library(
5760
name = "job_java_proto",
61+
visibility = [
62+
"//devtools/mobileharness/project:otter_service",
63+
],
5864
deps = [":job_proto"],
5965
)
6066

0 commit comments

Comments
 (0)