commit | da5541f26b7de1dc8e04c075c99df5351742a4a2 | [log] [tgz] |
---|---|---|
author | aiuto <aiuto@google.com> | Fri May 27 00:37:54 2022 -0400 |
committer | GitHub <noreply@github.com> | Fri May 27 00:37:54 2022 -0400 |
tree | 683bf81219b82356c690c9ce8d3791e702ab7018 | |
parent | fbd0d188dac49fbcab3d2876a2113507e6fc68e9 [diff] | |
parent | c2ba6e755068902fefe443ef2909103f8945d388 [diff] |
Merge pull request #41 from Tevo45/main Add //os:haiku constraint
diff --git a/os/BUILD b/os/BUILD index 2c2d281..96df162 100644 --- a/os/BUILD +++ b/os/BUILD
@@ -29,6 +29,11 @@ ) constraint_value( + name = "haiku", + constraint_setting = ":os", +) + +constraint_value( name = "android", constraint_setting = ":os", )