Skip to content

Commit 64eb17c

Browse files
terryheocopybara-github
authored andcommitted
Update visibility of litert_logging
Make it public in OSS LiteRT-PiperOrigin-RevId: 822288298
1 parent 5087791 commit 64eb17c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

litert/c/internal/BUILD

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,13 @@ cc_library(
234234
srcs = ["litert_logging.cc"],
235235
hdrs = ["litert_logging.h"],
236236
visibility = [
237-
"//litert:__subpackages__",
238-
"//third_party/odml/litert_lm/c:__pkg__",
239-
"//third_party/odml/litert_lm/runtime/engine:__pkg__",
237+
# copybara:uncomment_begin(oss litert_lm)
238+
# "//litert:__subpackages__",
239+
# "//third_party/odml/litert_lm/c:__pkg__",
240+
# "//third_party/odml/litert_lm/runtime/engine:__pkg__",
241+
# copybara:uncomment_end_and_comment_begin
242+
"//visibility:public",
243+
# copybara:comment_end
240244
],
241245
deps = [
242246
"//litert/c:litert_common",

0 commit comments

Comments
 (0)