Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702979026
  • Loading branch information
houshian authored and copybara-github committed Dec 5, 2024
1 parent b362c2a commit e2c8dbf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/java/com/google/devtools/mobileharness/api/messaging/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ java_library(
],
deps = [
"@com_google_protobuf//:protobuf_java",
"@maven//:com_google_errorprone_error_prone_annotations",
],
)

java_library(
name = "messaging_util",
srcs = [
"MessagingUtil.java",
],
deps = [
":exception",
"//src/devtools/mobileharness/api/messaging:messaging_java_proto",
"//src/java/com/google/devtools/mobileharness/infra/controller/messaging:messaging_manager_holder",
],
)

Expand Down

0 comments on commit e2c8dbf

Please sign in to comment.