diff --git a/benchmarks/basic/BUILD b/benchmarks/basic/BUILD index 16ae28d3..01400ab4 100644 --- a/benchmarks/basic/BUILD +++ b/benchmarks/basic/BUILD @@ -12,9 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -exports_files(glob(["common/**"])) - package( default_applicable_licenses = ["//:package_license"], default_visibility = ["//visibility:private"], ) + +exports_files(glob(["common/**"]))