Make :json publically visible

pull/13171/head
Lidi Zheng 4 years ago
parent 5797d95172
commit f72c26cbc4
  1. 5
      BUILD

@ -187,10 +187,7 @@ cc_library(
"upb/json_encode.h",
],
copts = UPB_DEFAULT_COPTS,
visibility = [
"//tests:__pkg__",
"//upb/bindings/lua:__pkg__",
],
visibility = ["//visibility:public"],
deps = [
":port",
":reflection",

Loading…
Cancel
Save