Dan Willemsen
2b8b89cfa2
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
2020-03-23 22:42:32 -07:00
..
2020-03-23 22:42:32 -07:00
2019-06-10 15:51:06 -07:00
2019-12-18 08:19:10 -08:00
2020-03-06 09:45:54 +00:00
2020-03-14 16:03:24 +09:00
2019-06-10 10:00:33 -07:00
2020-01-22 18:30:56 -08:00
2020-03-16 21:06:13 +00:00
2018-07-22 21:18:45 -07:00
2020-03-19 01:47:54 +00:00
2019-12-18 08:19:10 -08:00
2019-10-18 18:28:00 +00:00
2020-02-06 17:43:29 -08:00
2020-02-06 17:43:29 -08:00
2020-01-24 11:44:23 -08:00
2020-01-11 01:11:46 +00:00
2019-07-11 14:52:17 -07:00
2019-07-11 14:52:17 -07:00
2019-03-20 19:36:13 +00:00
2020-01-28 12:17:06 -08:00
2020-01-22 16:54:18 -08:00
2020-01-11 01:11:46 +00:00
2020-02-25 20:50:00 +00:00
2019-12-18 08:19:10 -08:00
2020-03-20 16:55:24 +00:00
2020-01-21 11:40:02 +00:00
2020-01-28 12:17:06 -08:00
2019-12-18 08:19:10 -08:00
2020-01-24 16:43:40 -08:00
2019-12-18 08:19:10 -08:00
2020-03-04 01:22:16 +00:00
2020-03-03 13:50:53 -08:00
2019-05-14 18:40:13 +00:00
2019-07-18 14:28:14 -07:00
2020-01-10 13:26:00 -08:00
2020-01-28 12:42:47 -05:00
2020-01-15 11:17:57 +00:00
2020-01-15 11:17:57 +00:00
2019-12-18 08:19:10 -08:00
2019-07-16 09:52:23 -07:00
2020-03-02 15:00:15 -08:00
2020-03-04 14:20:46 +00:00
2019-12-18 08:19:10 -08:00
2020-01-22 16:54:18 -08:00
2020-01-15 11:17:57 +00:00
2020-03-16 19:27:11 +00:00
2019-10-16 14:52:30 -07:00
2020-01-21 11:40:02 +00:00
2020-02-28 18:16:13 +00:00
2020-02-28 18:16:13 +00:00
2020-01-11 01:11:46 +00:00
2020-03-23 08:48:03 +00:00
2019-12-18 08:19:10 -08:00
2019-12-19 09:22:36 -08:00
2020-01-24 11:44:23 -08:00
2020-03-23 22:42:32 -07:00
2020-03-23 22:42:32 -07:00
2020-03-06 09:45:54 +00:00
2020-03-02 15:00:15 -08:00
2020-03-02 15:00:15 -08:00
2020-02-06 17:43:29 -08:00
2020-03-09 16:06:19 +09:00
2020-02-20 11:41:17 +00:00
2020-02-20 11:41:17 +00:00
2019-12-18 08:19:10 -08:00
2020-02-13 16:06:49 -08:00
2019-02-20 15:43:06 -08:00