5 lines
134 B
Text
5 lines
134 B
Text
foo = select(soong_config_variable("my_namespace", "my_var"), {
|
|
// ^ keyword.conditional
|
|
"foo": unset,
|
|
default: "bar",
|
|
})
|