Lines Matching full:build
15 """Common build setting rules
16 These rules return a BuildSettingInfo with the value of the build setting.
18 More documentation on how to use build settings at
19 https://docs.bazel.build/versions/master/skylark/config.html#user-defined-build-settings
23 doc = "A singleton provider that contains the raw value of a build setting",
25 "value": "The value of the build setting in the current configuration. " +
27 "or else it will be the build setting's default.",
37 doc = "An int-typed build setting that can be set on the command line",
43 doc = "An int-typed build setting that cannot be set on the command line",
49 doc = "A bool-typed build setting that can be set on the command line",
55 doc = "A bool-typed build setting that cannot be set on the command line",
61 doc = "A string list-typed build setting that can be set on the command line",
67 doc = "A string list-typed build setting that cannot be set on the command line",
86 doc = "A string-typed build setting that can be set on the command line",
97 doc = "A string-typed build setting that cannot be set on the command line",