blob: 148c6e9516cf0502bd2016ad690fc6bdc1b6dd54 [file] [edit]
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
sh_binary(
name = "generate_assets_declaration",
srcs = ["generate_assets_declaration.sh"],
visibility = ["//visibility:public"],
)