Skip to content

Commit

Permalink
Make bzl_library public for Stardoc
Browse files Browse the repository at this point in the history
  • Loading branch information
guw committed Apr 3, 2022
1 parent 5acb94b commit 0541b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc_build/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ bzl_library(
"//pkg:mappings.bzl",
"//pkg:package_variables.bzl",
"//pkg:path.bzl",
"//pkg:pkg.bzl",
"//pkg:providers.bzl",
"//pkg:rpm.bzl",
"//pkg:rpm_pfg.bzl",
Expand All @@ -129,7 +130,7 @@ bzl_library(
"//pkg/private/zip:zip.bzl",
"@bazel_skylib//lib:paths",
],
visibility = ["//visibility:private"],
visibility = ["//visibility:public"], # https://github.com/bazelbuild/stardoc/issues/93
)

py_binary(
Expand Down

0 comments on commit 0541b09

Please sign in to comment.