Skip to content

Commit

Permalink
export removed and public visibility added for voiceover_java_proto_lite
Browse files Browse the repository at this point in the history
  • Loading branch information
karanjot-singh committed Mar 24, 2021
1 parent 44f241f commit ecff5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ proto_library(
java_lite_proto_library(
name = "voiceover_java_proto_lite",
deps = [":voiceover_proto"],
visibility = ["//visibility:public"],
)

format_import_proto_library(
Expand Down Expand Up @@ -226,7 +227,6 @@ android_library(
":thumbnail_java_proto_lite",
":topic_java_proto_lite",
":translation_java_proto_lite",
":voiceover_java_proto_lite",
],
)

Expand Down

0 comments on commit ecff5ba

Please sign in to comment.