summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-15 10:10:52 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-15 10:10:52 -0700
commit44817c02faad747f2c8d314ea240de3f91e30cfe (patch)
treed3dd6f86b73c0a94ec3d16ff35a3a8d83e5bb400
parentc58541ea04b882b03b7868b60166518c550e6dca (diff)
Added package() statement.
-rw-r--r--BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 362417a..55f18c7 100644
--- a/BUILD
+++ b/BUILD
@@ -16,6 +16,10 @@ 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