allbuildtestrunquerystartup options
--incompatible_simplify_unconditional_selects_in_rule_attrs=<true or false>
If true, simplify configurable rule attributes which contain only unconditional selects; for example, if ["a"] + select("//conditions: default", ["b"]) is assigned to a rule attribute, it is stored as ["a", "b"]. This option does not affect attributes of symbolic macros or attribute default values.
default: "true"
build file_semantics
incompatible change