You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aid="bool_setting-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
46
-
| <aid="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
47
45
48
46
49
47
<aid="int_flag"></a>
@@ -63,7 +61,6 @@ An int-typed build setting that can be set on the command line
| <aid="int_flag-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
65
63
| <aid="int_flag-make_variable"></a>make_variable | If set, the build setting's value will be available as a Make variable with this name in the attributes of rules that list this build setting in their 'toolchains' attribute. | String | optional |`""`|
66
-
| <aid="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
67
64
68
65
69
66
<aid="int_setting"></a>
@@ -83,7 +80,6 @@ An int-typed build setting that cannot be set on the command line
| <aid="int_setting-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
85
82
| <aid="int_setting-make_variable"></a>make_variable | If set, the build setting's value will be available as a Make variable with this name in the attributes of rules that list this build setting in their 'toolchains' attribute. | String | optional |`""`|
86
-
| <aid="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
87
83
88
84
89
85
<aid="string_flag"></a>
@@ -104,7 +100,6 @@ A string-typed build setting that can be set on the command line
104
100
| <aid="string_flag-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
105
101
| <aid="string_flag-make_variable"></a>make_variable | If set, the build setting's value will be available as a Make variable with this name in the attributes of rules that list this build setting in their 'toolchains' attribute. | String | optional |`""`|
106
102
| <aid="string_flag-values"></a>values | The list of allowed values for this setting. An error is raised if any other value is given. | List of strings | optional |`[]`|
107
-
| <aid="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
108
103
109
104
110
105
<aid="string_list_flag"></a>
@@ -123,7 +118,6 @@ A string list-typed build setting that can be set on the command line
123
118
| Name | Description | Type | Mandatory | Default |
| <aid="string_list_flag-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
126
-
| <aid="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
127
121
128
122
129
123
<aid="string_list_setting"></a>
@@ -142,7 +136,6 @@ A string list-typed build setting that cannot be set on the command line
142
136
| Name | Description | Type | Mandatory | Default |
| <aid="string_list_setting-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
145
-
| <aid="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
146
139
147
140
148
141
<aid="string_setting"></a>
@@ -163,7 +156,6 @@ A string-typed build setting that cannot be set on the command line
163
156
| <aid="string_setting-name"></a>name | A unique name for this target. | <ahref="https://bazel.build/concepts/labels#target-names">Name</a> | required ||
164
157
| <aid="string_setting-make_variable"></a>make_variable | If set, the build setting's value will be available as a Make variable with this name in the attributes of rules that list this build setting in their 'toolchains' attribute. | String | optional |`""`|
165
158
| <aid="string_setting-values"></a>values | The list of allowed values for this setting. An error is raised if any other value is given. | List of strings | optional |`[]`|
166
-
| <aid="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
0 commit comments