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

9 lines
128 B
Python
Raw Normal View History

2022-06-28 06:46:00 +00:00
"""For testing"""
OtherInfo = provider(
doc = "For testing",
fields = {
"files": "A depset of files",
},
)