Philipp Schrader | 5404796 | 2022-02-16 21:05:11 -0800 | [diff] [blame] | 1 | package(default_visibility = ["//visibility:public"]) |
2 | |||||
3 | constraint_setting(name = "node_support") | ||||
4 | |||||
5 | constraint_value( | ||||
6 | name = "has_support", | ||||
7 | constraint_setting = ":node_support", | ||||
8 | ) | ||||
9 | |||||
10 | constraint_value( | ||||
11 | name = "lacks_support", | ||||
12 | constraint_setting = ":node_support", | ||||
13 | ) |