summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-15 10:27:18 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-15 10:27:18 -0700
commita126b9a046d8a5e0b73e363d815ae45f0ae748b6 (patch)
tree87772b59a9f1a62a1140fab7bbeded50eef3f536
parent44817c02faad747f2c8d314ea240de3f91e30cfe (diff)
Removed package(), Bazel doesn't support it.
-rw-r--r--BUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUILD b/BUILD
index 55f18c7..362417a 100644
--- a/BUILD
+++ b/BUILD
@@ -16,10 +16,6 @@ load(
"upb_proto_reflection_library",
)
-package(
- default_visibility = ["//visibility:private"],
-)
-
licenses(["notice"]) # BSD (Google-authored w/ possible external contributions)
exports_files([
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback