diff --git a/rules/private/bzl_library.bzl b/rules/private/bzl_library.bzl index 46d2f8e1..f3e75a8e 100644 --- a/rules/private/bzl_library.bzl +++ b/rules/private/bzl_library.bzl @@ -58,6 +58,7 @@ bzl_library = rule( Starlark files listed in `srcs`.""", ), }, + provides = [StarlarkLibraryInfo], doc = """Creates a logical collection of Starlark .bzl and .scl files. Example: