index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mk2rbc
/
variable.go
Age
Commit message (
Expand
)
Author
2023-10-09
Remove ?= assignements to product variables
Cole Faust
2022-04-07
Move variable assignment handling to generation context
Cole Faust
2022-03-18
Replace $(call my-dir) with a string literal
Cole Faust
2022-03-16
Merge "Add type hints to mk2rbc"
Treehugger Robot
2022-03-15
Add type hints to mk2rbc
Cole Faust
2022-03-10
Simplify and correct variable assignments
Cole Faust
2022-03-08
Merge "Call rblf.setDefault() when appending to a variable without +="
Cole Faust
2022-03-08
Call rblf.setDefault() when appending to a variable without +=
Cole Faust
2022-03-07
Support variables with dashes in their names
Cole Faust
2021-12-22
Fix "unknown binary op: string + list" errors
Cole Faust
2021-11-18
Generate runtime conversion diagnostics
Sasha Smundak
2021-11-05
Handle ifdef for local variables.
Sasha Smundak
2021-09-02
Additional heuristics: variables with names ending with _LIST are lists
Sasha Smundak
2021-08-02
Allow dynamically calculated inherit-product path
Sasha Smundak
2021-07-26
Emit mksubst call for $(subst ...)
Sasha Smundak
2021-07-14
Product config makefiles to Starlark converter
Sasha Smundak