This commit is contained in:
parent
4727086526
commit
e4653b2535
1 changed files with 2 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ module.exports = grammar({
|
||||||
")",
|
")",
|
||||||
),
|
),
|
||||||
|
|
||||||
|
// FIXME: simplify with 'soong_config_variable'?
|
||||||
select_value: ($) => seq(
|
select_value: ($) => seq(
|
||||||
field("type", alias(
|
field("type", alias(
|
||||||
choice("product_variable", "release_variable", "variant"),
|
choice("product_variable", "release_variable", "variant"),
|
||||||
|
|
@ -133,6 +134,7 @@ module.exports = grammar({
|
||||||
")",
|
")",
|
||||||
),
|
),
|
||||||
|
|
||||||
|
// FIXME
|
||||||
soong_config_variable: ($) => seq(
|
soong_config_variable: ($) => seq(
|
||||||
field("type", alias("soong_config_variable", $.selection_type)),
|
field("type", alias("soong_config_variable", $.selection_type)),
|
||||||
"(",
|
"(",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue