blob: 455c64bb1056463c227bfba0fccb1ee5c876bed8 [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.iteritems()):
"${source}": "${path}",
% endfor
},
visibility = [
"//visibility:public",
],
)