Add select binding
This commit is contained in:
parent
3e685cb691
commit
1fd9b67dbe
6 changed files with 1345 additions and 1156 deletions
|
|
@ -1,6 +1,9 @@
|
|||
foo = select(soong_config_variable("my_namespace", "my_var"), {
|
||||
// ^ keyword.conditional
|
||||
"foo": unset,
|
||||
any @ foo: unset,
|
||||
// ^ operator
|
||||
// ^ variable
|
||||
default: "bar",
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue