1. 81b3a83 Fallback to /tmp when socket address is longer than max length. by Ramy Medhat · 4 years, 4 months ago
  2. f668917 Add Goma deprecation PSA to soong. by Ramy Medhat · 4 years, 4 months ago
  3. 8c56bc2 Add a default value for the RBE_log_dir variable. by Ramy Medhat · 4 years, 5 months ago
  4. a958d35 Do not generate a random socket address for RBE if NOSTART_RBE is set. by Ramy Medhat · 4 years, 5 months ago
  5. 5d942d0 Merge "Add reasonable defaults to RBE configuration parameters." by Ramy Medhat · 4 years, 5 months ago
  6. 0fc67eb Add reasonable defaults to RBE configuration parameters. by Ramy Medhat · 4 years, 5 months ago
  7. 9685036 Start collecting build configuration metrics. by Patrice Arruda · 4 years, 5 months ago
  8. 9f43597 Remove obsolete PDK build functionality by Dan Willemsen · 4 years, 7 months ago
  9. add7ea9 Set the OS name in the metrics protobuf file by Patrice Arruda · 4 years, 5 months ago
  10. 325d73f Merge "Switch to toybox patch(1)." by Elliott Hughes · 4 years, 5 months ago
  11. 79dcf73 Add newline to each generated bash script in rbe_test.go. by Patrice Arruda · 4 years, 5 months ago
  12. fcb53d9 Disable additional RBE metrics upload test errors for now. by Patrice Arruda · 4 years, 5 months ago
  13. a8d04fd Disable RBE metrics upload test errors for now. by Patrice Arruda · 4 years, 5 months ago
  14. 5fd4f5d Merge "Inclusive fix: renaming dumb terminal to simple terminal." by Treehugger Robot · 4 years, 5 months ago
  15. f445ba1 Inclusive fix: renaming dumb terminal to simple terminal. by Patrice Arruda · 4 years, 5 months ago
  16. 9010917 Inclusive fix: removed the word Sane in Soong build UI config by Patrice Arruda · 4 years, 5 months ago
  17. f8b85de Merge changes Ide9c7a6a,I706c1433 by Treehugger Robot · 4 years, 5 months ago
  18. 6e17ad5 Use validations for blueprint tests by Colin Cross · 4 years, 6 months ago
  19. ca1e44c Generate RBE socket address randomly for each invocation of soong. by Ramy Medhat · 4 years, 6 months ago
  20. 73c790f Use the build start time from Soong main UI for metrics build timestamp. by Patrice Arruda · 4 years, 6 months ago
  21. 958b89c Use monotonic clock instead of wall time clock for metrics. by Patrice Arruda · 4 years, 6 months ago
  22. 62f1bf2 Add RBE metrics dump in Soong UI. by Patrice Arruda · 4 years, 6 months ago
  23. 96e5e41 Dist module_paths/files.db by Colin Cross · 4 years, 6 months ago
  24. 0eeff82 Merge "Add missing soong_docs inputs" by Christopher Parsons · 4 years, 6 months ago
  25. 8f232a2 Add missing soong_docs inputs by Chris Parsons · 4 years, 6 months ago
  26. 8ba7d47 Dist build.ninja and Android.bp.list by Colin Cross · 4 years, 6 months ago
  27. cd767ee Revert "Add Android.bp.list and soong.variables to inputs for soong_docs action" by Christopher Parsons · 4 years, 6 months ago
  28. 67eee7c Add Android.bp.list and soong.variables to inputs for soong_docs action by Chris Parsons · 4 years, 7 months ago
  29. bdbbfd5 Switch to toybox patch(1). by Elliott Hughes · 4 years, 6 months ago
  30. 7cc2074 Run the metrics uploader in the background. by Patrice Arruda · 4 years, 7 months ago
  31. fa09632 Merge changes from topics "target-build-unbundled", "unbundled-preopt" by Martin Stjernholm · 4 years, 7 months ago
  32. ae2694b Pass the TMPDIR directly to the command when dumping makefile variables. by Patrice Arruda · 4 years, 7 months ago
  33. 0880233 Add TARGET_BUILD_UNBUNDLED as a variable to control builds. by Martin Stjernholm · 4 years, 7 months ago
  34. 219eef3 Upload build metrics after a build is completed. by Patrice Arruda · 4 years, 7 months ago
  35. 570a292 Better handling of low memory situations by Dan Willemsen · 4 years, 7 months ago
  36. 0821822 Update ninja proto, always enable `ninja -d stats` by Dan Willemsen · 4 years, 7 months ago
  37. b8e7f81 Removes $(PRODUCT_OUT)/misc_info.txt on installclean. by Daniel Norman · 4 years, 8 months ago
  38. f39f6a4 Merge changes I2e370952,I811cc8e1 by Treehugger Robot · 4 years, 8 months ago
  39. 347ba75 Remove TEMPORARY_DISABLE_PATH_RESTRICTIONS by Dan Willemsen · 4 years, 8 months ago
  40. 1612e26 nsjail: Always remount /tmp before src/out/dist by Dan Willemsen · 4 years, 8 months ago
  41. 6dfe30a Disallow OUT_DIR on the command line by Dan Willemsen · 6 years ago
  42. 1dcc27e Refactor RBE support for Javac/R8/D8 to use the remoteexec package. by Ramy Medhat · 4 years, 8 months ago
  43. c4c33e0 Merge "Stop dumping obsolete variables" by Dan Willemsen · 4 years, 8 months ago
  44. 9145d84 Merge "Turn on ninja phony outputs" by Treehugger Robot · 4 years, 8 months ago
  45. a268d59 Merge "Report reverse dependencies for dangling rules." by Treehugger Robot · 4 years, 8 months ago
  46. acafc67 Add logging for stats on finished commands by Dan Willemsen · 4 years, 8 months ago
  47. c615e29 Stop dumping obsolete variables by Dan Willemsen · 4 years, 10 months ago
  48. 6587bed Turn on ninja phony outputs by Dan Willemsen · 4 years, 8 months ago
  49. 946fb67 Report reverse dependencies for dangling rules. by Martin Stjernholm · 4 years, 9 months ago
  50. 3836835 Merge "Allow remote execution of link actions." by Ramy Medhat · 4 years, 9 months ago
  51. 9a90fe5 Allow remote execution of link actions. by Ramy Medhat · 4 years, 9 months ago
  52. 045d75f Merge "Add a new protobuf message named Upload to upload build metrics." by Treehugger Robot · 4 years, 9 months ago
  53. adfc112 Add a new protobuf message named Upload to upload build metrics. by Patrice Arruda · 4 years, 9 months ago
  54. 10e564a Dereference paths to be mounted into soong sandbox by Diego Wilson · 4 years, 9 months ago
  55. a5d9653 Only mount dist dir to soong sandbox if it exists by Diego Wilson · 4 years, 9 months ago
  56. a22240b Mount soong sandbox chroot as read-only by Diego Wilson · 4 years, 9 months ago
  57. 984c129 Rename VTS to VTS10 by Dan Shi · 4 years, 9 months ago
  58. 8bf9eeb Merge "Cleanup vendor_boot artifacts in PRODUCT_OUT on installclean" by Treehugger Robot · 4 years, 9 months ago
  59. 27818b9 Merge "Migrating RBE flags to RBE_ variables." by Ola Rozenfeld · 4 years, 9 months ago
  60. 85f227e Generate the build_error protobuf file on first build action error. by Patrice Arruda · 4 years, 9 months ago
  61. 3992e37 Migrating RBE flags to RBE_ variables. by Ola Rozenfeld · 4 years, 9 months ago
  62. f597301 Merge "Add build progress in Soong UI" by Treehugger Robot · 4 years, 9 months ago
  63. 0835c1b Merge "Do not write build_error proto file if there are no build errors." by Treehugger Robot · 4 years, 9 months ago
  64. 36b5e31 Do not write build_error proto file if there are no build errors. by Patrice Arruda · 4 years, 10 months ago
  65. 74b4399 Add build progress in Soong UI by Patrice Arruda · 4 years, 10 months ago
  66. 4cee625 Cleanup vendor_boot artifacts in PRODUCT_OUT on installclean by Will McVicker · 4 years, 9 months ago
  67. cc868de Merge "Remove unused mips workarounds." by Elliott Hughes · 4 years, 10 months ago
  68. 6d3cad9 Always keep rsp files by Dan Willemsen · 4 years, 10 months ago
  69. 2d80d38 Merge "Define a proto file that generates the current build completion status." by Treehugger Robot · 4 years, 10 months ago
  70. 7d40148 Define a proto file that generates the current build completion status. by Patrice Arruda · 4 years, 10 months ago
  71. a17ac96 Improve error handling around username/hostname by Dan Willemsen · 4 years, 10 months ago
  72. da3a071 Remove unused mips workarounds. by Elliott Hughes · 4 years, 10 months ago
  73. 669f769 Stop using the host python3 by Dan Willemsen · 5 years ago
  74. 1871d88 Simplify message around nsjail error by Dan Willemsen · 4 years, 10 months ago
  75. 9403e4b Merge "Collect metrics from inside soong_build" by Colin Cross · 4 years, 10 months ago
  76. b72c909 Collect metrics from inside soong_build by Colin Cross · 4 years, 11 months ago
  77. 974b0e8 Add CCACHE_DIR to allowed environment variables by John Eckerdal · 5 years ago
  78. 46459b0 Remove empty directories when removing previously installed files by Dan Willemsen · 4 years, 11 months ago
  79. 55f3001 Merge "Add additional variables to ninja variable whitelist" by Treehugger Robot · 5 years ago
  80. 0f095e1 Add additional variables to ninja variable whitelist by Kousik Kumar · 5 years ago
  81. 8ea054a Add support for experimentally enabling RBE support on specific rules. by Ramy Medhat · 5 years ago
  82. 6cc0515 Merge "Create a highmem pool and put metalava into it" by Treehugger Robot · 5 years ago
  83. 8b8bec3 Create a highmem pool and put metalava into it by Colin Cross · 5 years ago
  84. 5fdf5d4 Merge "Add total build time to metrics" by Treehugger Robot · 5 years ago
  85. 74cda72 Add total build time to metrics by Colin Cross · 5 years ago
  86. 0b031cf Merge "Disallow system m4" by Treehugger Robot · 5 years ago
  87. 5ce6dfb Merge "Switch to toybox gzip." by Elliott Hughes · 5 years ago
  88. ae7cddd Merge "Sandbox soong_build by changing to root directory" by Treehugger Robot · 5 years ago
  89. 988414c Sandbox soong_build by changing to root directory by Colin Cross · 5 years ago
  90. e734832 Merge "Revert "Sandbox soong_build by changing to root directory"" by Colin Cross · 5 years ago
  91. 47e4f9e Revert "Sandbox soong_build by changing to root directory" by Colin Cross · 5 years ago
  92. e35e961 Merge "Sandbox soong_build by changing to root directory" by Colin Cross · 5 years ago
  93. 05c25cc Sandbox soong_build by changing to root directory by Colin Cross · 5 years ago
  94. ade12e7 Add FLAG_compare to whitelisted environment variables by Kousik Kumar · 5 years ago
  95. 5cacfe1 Allow EMMA_INSTRUMENT_FRAMEWORK during ninja by Dan Willemsen · 5 years ago
  96. 7da0429 Likely fix SANITIZE_HOST=address builds by Dan Willemsen · 5 years ago
  97. 2de4152 Merge "Limit environment during ninja" by Dan Willemsen · 5 years ago
  98. 68534a2 Don't print critical path parallelism ratio if elapsed time is 0. by Colin Cross · 5 years ago
  99. 6e3b471 Merge "Remove files that should no longer be installed" by Treehugger Robot · 5 years ago
  100. 1e775d7 Remove files that should no longer be installed by Dan Willemsen · 5 years ago