Merge pull request #349 from lidizheng/json-public

Make Bazel rule ":json" publicly visible
pull/13171/head
Joshua Haberman 4 years ago committed by GitHub
commit f389384c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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