Add select binding

This commit is contained in:
Bruno BELANYI 2024-07-01 13:53:48 +00:00
parent 3e685cb691
commit 1fd9b67dbe
6 changed files with 1345 additions and 1156 deletions

View file

@ -1,6 +1,9 @@
foo = select(soong_config_variable("my_namespace", "my_var"), {
// ^ keyword.conditional
"foo": unset,
any @ foo: unset,
// ^ operator
// ^ variable
default: "bar",
})