From a126b9a046d8a5e0b73e363d815ae45f0ae748b6 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 15 May 2019 10:27:18 -0700 Subject: Removed package(), Bazel doesn't support it. --- BUILD | 4 ---- 1 file changed, 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([ -- cgit v1.2.3