mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-13 18:04:20 -05:00
9 lines
154 B
Python
9 lines
154 B
Python
filegroup(
|
|
name = "nvram_vars",
|
|
srcs = glob(
|
|
["**/*.fd"],
|
|
exclude = ["BUILD"],
|
|
),
|
|
visibility = ["//visibility:public"],
|
|
)
|