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