blob: 24477306fda71284353ae585d6e7783b516e14f1 [file] [log] [blame]
<%include file="header.mako" />
load("//build_defs:package_files.bzl", "package_files")
exports_files(
glob(["**"]),
)
package_files(
name = "dist",
contents = {
% for path, source in sorted(data.items()):
"${source}": "${path}",
% endfor
},
visibility = [
"//visibility:public",
],
)