aboutsummaryrefslogtreecommitdiff
path: root/stardoc/private/BUILD
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2024-01-23 21:09:04 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-01-23 21:09:04 +0000
commit90db889d0337642d5b1c28fc66c092243d77a128 (patch)
tree788e2904bb2e5768d07e72840ba679049e01ef16 /stardoc/private/BUILD
parent16b44b4e060da38bf5613220593fc48350a0aa80 (diff)
downloadstardoc-90db889d0337642d5b1c28fc66c092243d77a128.tar.gz
Revert "Merge tag 'upstream/0.6.2' into main"
This reverts commit 16b44b4e060da38bf5613220593fc48350a0aa80. Reason for revert: change breaks kleaf_docs build and there are no easy forward fix that cuts the protobuf dependency, which requires a working toolchain that compiles C++ code correctly. Bug: 321898888 Change-Id: I845e6c2c874d6b7ec1d403b9482f63c7996815c0
Diffstat (limited to 'stardoc/private/BUILD')
-rw-r--r--stardoc/private/BUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/stardoc/private/BUILD b/stardoc/private/BUILD
deleted file mode 100644
index e3561b1..0000000
--- a/stardoc/private/BUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
-
-bzl_library(
- name = "stardoc_lib",
- srcs = ["stardoc.bzl"],
- visibility = ["//stardoc:__pkg__"],
-)
-
-# Sources needed for release tarball.
-filegroup(
- name = "distro_srcs",
- srcs = [
- "BUILD",
- ] + glob([
- "*.bzl",
- ]),
- visibility = ["//:__pkg__"],
-)