package(default_visibility = ["//visibility:public"]) | |
constraint_setting(name = "node_support") | |
constraint_value( | |
name = "has_support", | |
constraint_setting = ":node_support", | |
) | |
constraint_value( | |
name = "lacks_support", | |
constraint_setting = ":node_support", | |
) |