commit | d3b78bbcf02d70546512e9ef7185e234e4358946 | [log] [tgz] |
---|---|---|
author | Amari Robinson <extern+github@amarirobinson.dev> | Thu Jul 25 09:03:19 2024 -0500 |
committer | GitHub <noreply@github.com> | Thu Jul 25 10:03:19 2024 -0400 |
tree | c807eadc7ff560d6ed2cf19c933cc736971edec2 | |
parent | 6114a702ad34188fe28ffef05ff74299ae8a516d [diff] |
Add `uefi` os constraint (#97)
diff --git a/os/BUILD b/os/BUILD index 8e9f990..2ba8529 100644 --- a/os/BUILD +++ b/os/BUILD
@@ -127,3 +127,8 @@ name = "chromiumos", constraint_setting = ":os", ) + +constraint_value( + name = "uefi", + constraint_setting = ":os", +)