1. 30d4835 mk2rbc: temporarily bump matching paths limit to 155. by Jingwen Chen · 1 year, 8 months ago
  2. c85d08f Make mk2rbc output paths relative to android root by Cole Faust · 1 year, 8 months ago
  3. c7335de Don't type variables as booleans in mk2rbc by Cole Faust · 1 year, 9 months ago
  4. aa2b7cc Rename mk2rbc/cmd to make `go install` work properly by Dan Willemsen · 1 year, 10 months ago
  5. 2d0349f Merge "Removing references to arm7 emulator targets." by Alfred Piccioni · 2 years ago
  6. 7366042 Show correct line numbers for errors in an $(eval) by Cole Faust · 2 years ago
  7. 5a3449f mk2rbc support for clear_var_list by Cole Faust · 2 years, 1 month ago
  8. 2dee63d Add to-lower/to-upper by Cole Faust · 2 years, 1 month ago
  9. d2daabf Add support for and/or in mk2rbc by Cole Faust · 2 years, 1 month ago
  10. b42eaef Removing references to arm7 emulator targets. by Alfred Piccioni · 2 years, 1 month ago
  11. d079e0b Reformat build/soong for go 1.19 by Colin Cross · 2 years, 5 months ago
  12. 74ac027 Allow using include_top to filter results even when there is a constant prefix by Cole Faust · 2 years, 7 months ago
  13. 1323877 Support complicated variable references by Cole Faust · 2 years, 9 months ago
  14. 72374fc Flatten foreach calls that produce 2d lists by Cole Faust · 2 years, 8 months ago
  15. 7940585 Merge "Convert firstword/lastword to starlark functions instead of index operators" by Cole Faust · 2 years, 9 months ago
  16. 01624a9 Merge "Show load cycles when running mk2rbc" by Cole Faust · 2 years, 9 months ago
  17. 2b6a312 Merge "Recognize some unsupported functions" by Cole Faust · 2 years, 9 months ago
  18. f8c3412 Merge "Convert $(words) to Starlark" by Treehugger Robot · 2 years, 9 months ago
  19. 16bb2d0 Merge "Allow seeing include $(x) when there is an include_top comment" by Cole Faust · 2 years, 9 months ago
  20. e8f19f3 Merge "Convert includes/inherits inside evals" by Treehugger Robot · 2 years, 9 months ago
  21. 1a3e5ef Merge "Allow comparing $(wildcard) results to non-empty values" by Cole Faust · 2 years, 9 months ago
  22. 5a13aaf Convert firstword/lastword to starlark functions instead of index operators by Cole Faust · 2 years, 9 months ago
  23. da9770e Show load cycles when running mk2rbc by Cole Faust · 2 years, 9 months ago
  24. a59059f Merge "Ignore assignments to .KATI_READONLY" by Cole Faust · 2 years, 9 months ago
  25. 5d5fcc3 Ignore assignments to .KATI_READONLY by Cole Faust · 2 years, 9 months ago
  26. 9df1d73 Allow seeing include $(x) when there is an include_top comment by Cole Faust · 2 years, 9 months ago
  27. 1e27586 Recognize some unsupported functions by Cole Faust · 2 years, 9 months ago
  28. 00afd4f Ignore variable assignments that come after a rule definition by Cole Faust · 2 years, 9 months ago
  29. a99afdf Allow comparing $(wildcard) results to non-empty values by Cole Faust · 2 years, 9 months ago
  30. 2005298 Convert includes/inherits inside evals by Cole Faust · 2 years, 9 months ago
  31. 94c4a9a Convert $(words) to Starlark by Cole Faust · 2 years, 9 months ago
  32. 7cd255f Merge "Move variable assignment handling to generation context" by Cole Faust · 2 years, 9 months ago
  33. 6c41b8a Add handle to enforce_product_packages_exist by Cole Faust · 2 years, 9 months ago
  34. 19da477 Merge "Add the handle to artifact path requirement functions" by Treehugger Robot · 2 years, 9 months ago
  35. f063266 Move variable assignment handling to generation context by Cole Faust · 2 years, 9 months ago
  36. 62e0511 Allow include $(sort $(wildcard */font.mk)) and variants by Cole Faust · 2 years, 9 months ago
  37. 95b95cb Convert $(sort) to Starlark by Cole Faust · 2 years, 9 months ago
  38. 8210fbe Merge "Support converting simple $(eval) expressions" by Treehugger Robot · 2 years, 9 months ago
  39. 0e2b256 Correct type of dir function by Cole Faust · 2 years, 9 months ago
  40. f035d40 Support converting simple $(eval) expressions by Cole Faust · 2 years, 10 months ago
  41. ea9db58 Add the handle to artifact path requirement functions by Cole Faust · 2 years, 10 months ago
  42. 5beafc1 Merge "Replace $(call my-dir) with a string literal" by Treehugger Robot · 2 years, 10 months ago
  43. c9e3832 Merge "Parse variable references with #s" by Treehugger Robot · 2 years, 10 months ago
  44. f5adedc Replace $(call my-dir) with a string literal by Cole Faust · 2 years, 10 months ago
  45. e309a91 Parse variable references with #s by Cole Faust · 2 years, 10 months ago
  46. 421a192 Convert values to strings when assigning to a string variable by Cole Faust · 2 years, 10 months ago
  47. 0ddc572 Merge "Add type hints to mk2rbc" by Treehugger Robot · 2 years, 10 months ago
  48. f92c9f2 Add type hints to mk2rbc by Cole Faust · 2 years, 10 months ago
  49. e2a3798 Simplify and correct variable assignments by Cole Faust · 2 years, 10 months ago
  50. 7d49b1e Merge "Call rblf.setDefault() when appending to a variable without +=" by Cole Faust · 2 years, 10 months ago
  51. 816e080 Call rblf.setDefault() when appending to a variable without += by Cole Faust · 2 years, 10 months ago
  52. 3c4fc99 Support variables with dashes in their names by Cole Faust · 2 years, 10 months ago
  53. 93f8d39 Fix include paths that match one file being included unconditionally by Cole Faust · 2 years, 10 months ago
  54. fc74246 Merge "Convert add-product-dex-preopt-module-config to Starlark" by Cole Faust · 2 years, 10 months ago
  55. d5f7ad3 Merge "Fix issue with referencing the loop variable in a foreach" by Treehugger Robot · 2 years, 10 months ago
  56. 6028b55 Merge "Inline board configuration call into printvars call" by Treehugger Robot · 2 years, 10 months ago
  57. b67aa08 Fix issue with referencing the loop variable in a foreach by Cole Faust · 2 years, 10 months ago
  58. a060466 Inline board configuration call into printvars call by Cole Faust · 2 years, 11 months ago
  59. 1cc0885 Convert add-product-dex-preopt-module-config to Starlark by Cole Faust · 2 years, 11 months ago
  60. 1add0bc Remove mention of BOARD_CONFIG_VENDOR_PATH by Cole Faust · 2 years, 11 months ago
  61. 190e536 Merge "Allow filter calls with a list as a pattern" by Treehugger Robot · 2 years, 11 months ago
  62. 9932f75 Allow filter calls with a list as a pattern by Cole Faust · 3 years ago
  63. f4e72cf Update warning message by Cole Faust · 2 years, 11 months ago
  64. cb1703d Merge "Link to documentation about variables in include statements" by Treehugger Robot · 3 years ago
  65. 7dbdfac Link to documentation about variables in include statements by Cole Faust · 3 years ago
  66. 9b6111a Remove --root, require the cwd to be the root by Cole Faust · 3 years ago
  67. 8d47c48 Use soong's finder to find included makefiles in mk2rbc by Cole Faust · 3 years ago
  68. dd569ae Return starlarkNodes from the functions that parse them by Cole Faust · 3 years ago
  69. 7940c6a Remove RBC hints from generated starlark by Cole Faust · 3 years ago
  70. f8a4bb6 Merge "Allow variable-prefixed include statements in mk2rbc" by Cole Faust · 3 years ago
  71. 6a21d95 Merge "Remove variableDefinedExpr" by Treehugger Robot · 3 years ago
  72. 069aba6 Allow variable-prefixed include statements in mk2rbc by Cole Faust · 3 years ago
  73. 845cb29 Fix the names of the dynamically inherited modules. by Sasha Smundak · 3 years ago
  74. 71514c0 Remove variableDefinedExpr by Cole Faust · 3 years ago
  75. 3f00889 Merge "Check missing uncoditionally loaded missing modules at runtime" by Alexander Smundak · 3 years ago
  76. 6bc132a Check missing uncoditionally loaded missing modules at runtime by Sasha Smundak · 3 years ago
  77. 35f94eb Merge "Consolidate conversions of is-board-platform(2)" by Treehugger Robot · 3 years ago
  78. 4cfd37e Merge "Convert math functions" by Treehugger Robot · 3 years ago
  79. b2e0b60 Consolidate conversions of is-board-platform(2) by Cole Faust · 3 years ago
  80. 6c934f6 Make include_top comments only apply to the next statement by Cole Faust · 3 years ago
  81. b1103e2 Convert math functions by Cole Faust · 3 years ago
  82. 9ebf6e4 Refactor knownFunctions by Cole Faust · 3 years, 1 month ago
  83. 69e8731 Merge "Fix "unknown binary op: string + list" errors" by Cole Faust · 3 years, 1 month ago
  84. 0484c23 Fix "unknown binary op: string + list" errors by Cole Faust · 3 years, 1 month ago
  85. 7321b09 Improve error message when a required makefile can't be found by Cole Faust · 3 years, 1 month ago
  86. f7ed534 Prevent duplicate entries in ctx.include_tops by Cole Faust · 3 years, 1 month ago
  87. fc43868 Remove starlarkExpr.Eval() by Cole Faust · 3 years, 1 month ago
  88. a6628d2 Merge "Handle foreach expressions in mk2rbc" by Cole Faust · 3 years, 1 month ago
  89. b0d32ab Handle foreach expressions in mk2rbc by Cole Faust · 3 years, 1 month ago
  90. 0e9418c Allow generic $(findstring) calls by Cole Faust · 3 years, 1 month ago
  91. c36c962 Handle substitution references in mk2rbc by Cole Faust · 3 years, 1 month ago
  92. 4eadba7 Support if expressions in mk2rbc by Cole Faust · 3 years, 1 month ago
  93. eec0d81 Fix filter-out being negated in rbc product configuration by Cole Faust · 3 years, 1 month ago
  94. 864028a Support passing input variables to the product configuration by Cole Faust · 3 years, 1 month ago
  95. b3b2801 Merge "Print product vars in board config launcher" by Cole Faust · 3 years, 2 months ago
  96. 3c1868b Print product vars in board config launcher by Cole Faust · 3 years, 2 months ago
  97. f18bedf Merge changes from topics "dist_for_goals", "mk2star" by Treehugger Robot · 3 years, 2 months ago
  98. f1f44d3 Simplify equality expressions when comparing to "true" by Cole Faust · 3 years, 2 months ago
  99. 422b614 Generate runtime conversion diagnostics by Sasha Smundak · 3 years, 2 months ago
  100. d679785 Convert dist-for-goals. by Sasha Smundak · 3 years, 2 months ago