Merge soong_config_variable into select_value
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
It makes the parse tree easier to use, and I don't think we need to care for the lax parsing.
This commit is contained in:
parent
b04cd92189
commit
1f9bce5c01
5 changed files with 950 additions and 991 deletions
|
|
@ -41,7 +41,7 @@ foo = select(soong_config_variable("my_namespace", "my_var"), {
|
|||
(identifier)
|
||||
(operator)
|
||||
(select_expression
|
||||
(soong_config_variable
|
||||
(select_value
|
||||
(selection_type)
|
||||
(interpreted_string_literal)
|
||||
(interpreted_string_literal))
|
||||
|
|
@ -215,8 +215,7 @@ foo = select(release_variable("ONE", "TWO"), {
|
|||
(select_expression
|
||||
(select_value
|
||||
(selection_type)
|
||||
(ERROR
|
||||
(interpreted_string_literal))
|
||||
(interpreted_string_literal)
|
||||
(interpreted_string_literal))
|
||||
(select_cases
|
||||
(select_case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue