bazel-lib/lib/tests/copy_to_directory_action/other_info.bzl

9 lines
128 B
Python

"""For testing"""
OtherInfo = provider(
doc = "For testing",
fields = {
"files": "A depset of files",
},
)