mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-14 12:12:25 -04:00
12 lines
188 B
Text
12 lines
188 B
Text
exports_files([
|
|
"repo_command.sh.in",
|
|
"noop_warn.sh.in",
|
|
])
|
|
|
|
sh_library(
|
|
name = "base_lib",
|
|
srcs = [
|
|
"lib.bash",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|