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