Add `uefi` os constraint (#97)

This commit is contained in:
Amari Robinson 2024-07-25 09:03:19 -05:00 committed by GitHub
parent 6114a702ad
commit d3b78bbcf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -127,3 +127,8 @@ constraint_value(
name = "chromiumos",
constraint_setting = ":os",
)
constraint_value(
name = "uefi",
constraint_setting = ":os",
)