diff --git a/os/BUILD b/os/BUILD index dee2476..16df5d3 100644 --- a/os/BUILD +++ b/os/BUILD @@ -18,6 +18,11 @@ constraint_value( constraint_setting = ":os", ) +constraint_value( + name = "openbsd", + constraint_setting = ":os", +) + constraint_value( name = "android", constraint_setting = ":os",