summaryrefslogtreecommitdiff
path: root/rust/coverage_test.go
diff options
context:
space:
mode:
author Dan Willemsen <dwillemsen@google.com> 2020-03-23 19:39:34 -0700
committer Dan Willemsen <dwillemsen@google.com> 2020-03-23 22:42:32 -0700
commit2b8b89cfa2f3678ec01c6ef576bd9c88b1e8a248 (patch)
tree7944e4545854b449cc3f3ddbdbb64ff1fe369bef /rust/coverage_test.go
parentb358ebb7598dc941213ad3a9445e035c5f768fcc (diff)
soong_config: bool_variables shortcut
Using a lot of boolean variables can become very verbose without adding really any new information: variables: ["a", "b", "c"], } soong_config_bool_variable { name: "a", } soong_config_bool_variable { name: "b", } soong_config_bool_variable { name: "c", } Now turns into: bool_variables: ["a", "b", "c"], } Test: built-in tests Change-Id: If5455a38433431c7ecbce1e5b32cfbb47f42602a
Diffstat (limited to 'rust/coverage_test.go')
0 files changed, 0 insertions, 0 deletions