1. 1698d49 Remove run_tool_with_logging function from envsetup.sh by Zhuoyao Zhang · 7 months ago
  2. dfdf19f Fix a bug in run_tool_with_logging script by Zhuoyao Zhang · 7 months ago
  3. ef1c03f Remove the ANDROID_ENABLE_TOOL_LOGGING environment variable by Zhuoyao Zhang · 8 months ago
  4. a7df315 Merge "Add an integration test" into main by Zhuoyao Zhang · 8 months ago
  5. db666bc Add an integration test by Zhuoyao Zhang · 8 months ago
  6. 8383184 "Steal" single value variables in rbc inheritance by Cole Faust · 8 months ago
  7. eebb0ed Add Trendy team for the run_tool_with_logging_test by Zhuoyao Zhang · 8 months ago
  8. cc44d2e Add a facility to log tool invocations by Zhuoyao Zhang · 9 months ago
  9. a497402 Add test for b failing by Cole Faust · 1 year, 6 months ago
  10. 6d7afa0 Make RELEASE_PLATFORM_VERSION a release config flag to set platform version. by Joe Onorato · 1 year, 7 months ago
  11. 3736374 Fix whitespace in soong_config_set calls by Cole Faust · 1 year, 8 months ago
  12. 7018428 Add a test for b builds with -- by Cole Faust · 1 year, 9 months ago
  13. 2b5b3f3 Make words() work on a list of non-strings by Cole Faust · 1 year, 11 months ago
  14. 3d3c7ee Merge "Add test for bazel server shutdown/restart" by Treehugger Robot · 2 years ago
  15. f07dcc4 Fix printing variables that have inherit references in them by Cole Faust · 2 years ago
  16. 44de6d8 Make clear_var_list set nonexistant variables to empty strings by Cole Faust · 2 years ago
  17. 8397c8e Add rbc implementation of clear_var_list by Cole Faust · 2 years ago
  18. f2b0c73 Add test for bazel server shutdown/restart by Cole Faust · 2 years, 1 month ago
  19. 6db4d4f Call lunch before using b. by Jingwen Chen · 2 years, 2 months ago
  20. 83eeebb envsetup: add bmod to get Bazel label of a Soong module. by Jingwen Chen · 2 years, 3 months ago
  21. 7017ac7 Merge "remove zsh from roboleaf_tests.sh" by Sam Delmerico · 2 years, 3 months ago
  22. 43444ec remove zsh from roboleaf_tests.sh by Sam Delmerico · 2 years, 3 months ago
  23. d0c8cf0 re-enable b run commands in test suite by Sam Delmerico · 2 years, 3 months ago
  24. 4f6ca1a re-enable b test suite by Sam Delmerico · 2 years, 3 months ago
  25. 3e5fcd8 temporarily disable roboleaf_tests.sh by Sam Delmerico · 2 years, 3 months ago
  26. 4ee8508 add test suite for b command by Sam Delmerico · 2 years, 4 months ago
  27. 4f4d069 move lunch specific tests to separate file by Sam Delmerico · 2 years, 4 months ago
  28. 6f6060a Add function for flattening 2d lists by Cole Faust · 2 years, 8 months ago
  29. c93109d Add implementations for firstword/lastword by Cole Faust · 2 years, 8 months ago
  30. 9ec1a7a Merge "Correct abspath implementation" by Treehugger Robot · 2 years, 8 months ago
  31. 426c744 Correct abspath implementation by Cole Faust · 2 years, 8 months ago
  32. d370a3f Sort inherited products correctly by Cole Faust · 2 years, 8 months ago
  33. 1c08360 Evaluate intermediate products properly by Cole Faust · 2 years, 9 months ago
  34. 2491ad5 Add mksort implementation by Cole Faust · 2 years, 9 months ago
  35. 52233be Merge "Fix single value variable inheritance order" by Treehugger Robot · 2 years, 9 months ago
  36. ea8eedd Merge "Revert "Fix inheritance order"" by Treehugger Robot · 2 years, 9 months ago
  37. bd78ed0 Merge "Remove regex functionality from rbcrun" by Treehugger Robot · 2 years, 9 months ago
  38. 32e413a Fix single value variable inheritance order by Cole Faust · 2 years, 9 months ago
  39. 56d7c00 Revert "Fix inheritance order" by Cole Faust · 2 years, 9 months ago
  40. 670c587 Fix inheritance order by Cole Faust · 2 years, 9 months ago
  41. 62878a2 Remove regex functionality from rbcrun by Cole Faust · 2 years, 9 months ago
  42. 31fce2f Fix single value inheritance by Cole Faust · 2 years, 9 months ago
  43. fdff6b1 Allow multiple patterns in rblf_wildcard by Cole Faust · 3 years, 1 month ago
  44. f1f49bb Pass input variables to product config by Cole Faust · 3 years, 1 month ago
  45. 3be5b72 Correctly copy the board configuration input variables by Cole Faust · 3 years, 1 month ago
  46. c20dd97 Runtime reporting of the conversion errors. by Sasha Smundak · 3 years, 1 month ago
  47. 91fc734 Runtime support for dist-for-goals. by Sasha Smundak · 3 years, 1 month ago
  48. 0cc94d3 Add notdir implementation by Cole Faust · 3 years, 1 month ago
  49. 70a886c Add soong_config_get by Cole Faust · 3 years, 2 months ago
  50. 3370ad5 Add board_platform_in/board_platform_is runtime functions. by Sasha Smundak · 3 years, 4 months ago
  51. dc15416 Better Soong namespace support in the RBC runtime. by Sasha Smundak · 3 years, 3 months ago
  52. b2220c2 Make global config depend on version defaults. by Sasha Smundak · 3 years, 8 months ago
  53. f00e35e If filter/filter_out pattern is a list, remove empty elements from it. by Sasha Smundak · 3 years, 4 months ago
  54. 6797bfa Fix copy_files implementation by Sasha Smundak · 3 years, 4 months ago
  55. 6b795dc Add find_files builtin, use it to fix find_and_copy implementation by Sasha Smundak · 3 years, 4 months ago
  56. ed1f09c Support product-copy-files-by-pattern macro by Sasha Smundak · 3 years, 4 months ago
  57. a93e3d9 Implement copy_files function by Sasha Smundak · 3 years, 5 months ago
  58. c106138 Implement add_soong_namespace and add_soong_config_var_value functions by Sasha Smundak · 3 years, 5 months ago
  59. 3b25eb1 Add mkpatsubst by Sasha Smundak · 3 years, 6 months ago
  60. 9afdb1c Add mksubst by Sasha Smundak · 3 years, 6 months ago
  61. be4ebca Add mkstrip by Sasha Smundak · 3 years, 7 months ago
  62. 5c8b09b Product configuration in Starlark support files. by Sasha Smundak · 4 years, 2 months ago
  63. b105e36 Only set TARGET_PLATFORM version in lunch when explicitly requested by Colin Cross · 8 years ago
  64. 8873713 Add TARGET_PLATFORM_VERSION to lunch by Colin Cross · 8 years ago