mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-07 02:25:22 -05:00
9 lines
154 B
Python
9 lines
154 B
Python
![]() |
filegroup(
|
||
|
name = "nvram_vars",
|
||
|
srcs = glob(
|
||
|
["**/*.fd"],
|
||
|
exclude = ["BUILD"],
|
||
|
),
|
||
|
visibility = ["//visibility:public"],
|
||
|
)
|