mirror of https://github.com/bazelbuild/platforms
commit
da5541f26b
5
os/BUILD
5
os/BUILD
|
@ -28,6 +28,11 @@ constraint_value(
|
||||||
constraint_setting = ":os",
|
constraint_setting = ":os",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
constraint_value(
|
||||||
|
name = "haiku",
|
||||||
|
constraint_setting = ":os",
|
||||||
|
)
|
||||||
|
|
||||||
constraint_value(
|
constraint_value(
|
||||||
name = "android",
|
name = "android",
|
||||||
constraint_setting = ":os",
|
constraint_setting = ":os",
|
||||||
|
|
Loading…
Reference in New Issue