diff --git a/BUILD b/BUILD index 5b5d0c5..4b99108 100644 --- a/BUILD +++ b/BUILD @@ -16,3 +16,8 @@ # Bazel. exports_files(["LICENSE"]) + +license( + name = "license", + package_name = "bazel_common", +)