Co-authored-by: aiuto <aiuto@google.com>
@ -48,6 +48,12 @@ constraint_value(
constraint_setting = ":os",
)
# For the VXworks OS, usefull for embedded systems
constraint_value(
name = "vxworks",
# For platforms with no OS, like microcontrollers.
name = "none",