diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2020-03-23 19:39:34 -0700 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@google.com> | 2020-04-03 08:57:41 -0700 |
| commit | 1934adc0774668d1392fa7e780957e63f938790d (patch) | |
| tree | 7ff757f0404c679d2be4dffe4570135d4b6c9279 /java/java.go | |
| parent | b92ae27ca08328a27b6f34a790088b315e5cb2b1 (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"],
}
Bug: 153161144
Test: built-in tests
Change-Id: If5455a38433431c7ecbce1e5b32cfbb47f42602a
Merged-In: If5455a38433431c7ecbce1e5b32cfbb47f42602a
(cherry picked from commit 2b8b89cfa2f3678ec01c6ef576bd9c88b1e8a248)
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions
