1. b4dff13 Allow specifying sub-dir in sbox output by Anas Sulaiman · 1 year, 6 months ago
  2. b64c070 Merge "Remove SymlinkOutputs" into main by Cole Faust · 1 year, 7 months ago
  3. 4a3a0a5 Pretty print SBox manifest files to make them easier to read by Paul Duffin · 1 year, 10 months ago
  4. 9a346f6 Remove SymlinkOutputs by Cole Faust · 1 year, 7 months ago
  5. e8561c6 Include "soong" in sandboxed out paths by Cole Faust · 1 year, 8 months ago
  6. f61d03d Add TestContext parameter to ContentFromFileRuleForTests by Colin Cross · 1 year, 9 months ago
  7. 3b703f3 Remove baseModuleContext.debug by Cole Faust · 1 year, 10 months ago
  8. d46f6c8 Revert^2 "conditionally escape rule builder command" by Sam Delmerico · 1 year, 10 months ago
  9. 285b66a Revert^4 "allow Ninja variables in RuleBuilder API" by Sam Delmerico · 1 year, 10 months ago
  10. 789a7e0 Revert^3 "allow Ninja variables in RuleBuilder API" by Wen-yi Chu · 1 year, 11 months ago
  11. 53ed08a Revert "conditionally escape rule builder command" by Wen-yi Chu · 1 year, 11 months ago
  12. d96a606 conditionally escape rule builder command by Sam Delmerico · 1 year, 11 months ago
  13. 0e2d63e Revert^2 "allow Ninja variables in RuleBuilder API" by Sam Delmerico · 1 year, 11 months ago
  14. 7b02d81 Revert "allow Ninja variables in RuleBuilder API" by Sam Delmerico · 1 year, 11 months ago
  15. 1f9bb26 allow Ninja variables in RuleBuilder API by Sam Delmerico · 2 years, 2 months ago
  16. af4ccaa Add functionality to sandbox mixed build actions by Spandan Das · 2 years, 1 month ago
  17. 33e3097 Cleanup an unused variable in rule_builder by Spandan Das · 2 years, 1 month ago
  18. d079e0b Reformat build/soong for go 1.19 by Colin Cross · 3 years ago
  19. e52c2ac Enable restat for sbox rules by Colin Cross · 3 years, 4 months ago
  20. 9b698b6 Add libc_musl as a dependency of RuleBuilderCommand.BuiltTool by Colin Cross · 3 years, 7 months ago
  21. c68db4b Remove InstallBypassMake and ToMakePath by Colin Cross · 3 years, 9 months ago
  22. acfcc1f Move cc module installation into Soong by Colin Cross · 3 years, 9 months ago
  23. 790ef35 Make HostToolPath, HostJNIToolPath and sboxPathForToolRel use pathForInstall by Colin Cross · 3 years, 9 months ago
  24. 3866b89 Make RuleBuilder fail fast when passed a nil Path by Paul Duffin · 3 years, 10 months ago
  25. 4591b64 Upgrade to golang protobuf api v2 by Dan Willemsen · 4 years, 2 months ago
  26. ae89abe Add validations to RuleBuilderCommand by Colin Cross · 4 years, 3 months ago
  27. da6401b Fix bug in RuleBuilderCommand.OrderOnlys by Colin Cross · 4 years, 3 months ago
  28. d11cf62 Use interface for $(location) values in genrules by Colin Cross · 4 years, 4 months ago
  29. ce3a51d Support multiple rsp files in RuleBuilder by Colin Cross · 4 years, 5 months ago
  30. e55bd42 Pass rsp files into sbox and rewrapper by Colin Cross · 4 years, 4 months ago
  31. a4eafdd Support multiple rsp files in REParams by Colin Cross · 4 years, 4 months ago
  32. ef97274 Support sbox-in-RBE by Colin Cross · 4 years, 5 months ago
  33. ab020a7 Support sandboxing inputs in RuleBuilder by Colin Cross · 4 years, 5 months ago
  34. 5334edd Check RuleBuilder temporaries for path errors by Colin Cross · 4 years, 5 months ago
  35. 1c217fd Fix WriteFileRule escaping by Colin Cross · 4 years, 5 months ago
  36. b70a1a9 Remove unescaped spans support from RuleBuilder by Colin Cross · 4 years, 5 months ago
  37. 70c4741 Add explicit rspfile argument to RuleBuilderCommand.FlagWithRspFileInputList by Colin Cross · 4 years, 5 months ago
  38. 4502978 Ninja escape RuleBuilder rule params by Colin Cross · 4 years, 5 months ago
  39. ba9e403 Sandbox genrule tools by Colin Cross · 4 years, 8 months ago
  40. 0096047 Revert "Sandbox genrule tools" by Colin Cross · 4 years, 8 months ago
  41. 3a150d6 Sandbox genrule tools by Colin Cross · 4 years, 8 months ago
  42. f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 4 years, 9 months ago
  43. e16ce36 Reland: Rewrite sbox to use a textproto manifest by Colin Cross · 4 years, 9 months ago
  44. 619b9ab Revert "Rewrite sbox to use a textproto manifest" by Colin Cross · 4 years, 9 months ago
  45. 151b9ff Rewrite sbox to use a textproto manifest by Colin Cross · 4 years, 9 months ago
  46. 3d68051 Move genrule on top of RuleBuilder by Colin Cross · 4 years, 9 months ago
  47. ce679d2 Add symlink_outputs support to Soong. by Jingwen Chen · 4 years, 10 months ago
  48. 2f99eec Add sandbox property to the javadoc rule. by Ramy Medhat · 5 years ago
  49. 944839a Fix RuleBuilder remoteable actions running in the local pool. by Ramy Medhat · 5 years ago
  50. da71eda Add support for order-only dependencies to RuleBuilder by Colin Cross · 5 years ago
  51. 8ea054a Add support for experimentally enabling RBE support on specific rules. by Ramy Medhat · 6 years ago
  52. 8b8bec3 Create a highmem pool and put metalava into it by Colin Cross · 6 years ago
  53. c89b6f1 Rewrite depfile from sbox to stay reproducible by Dan Willemsen · 6 years ago
  54. ab05443 Convert droiddoc modules to android.RuleBuilder by Colin Cross · 6 years ago
  55. 0cb0d7b Add rspfile support to RuleBuilder by Colin Cross · 6 years ago
  56. ee94d6a Add RuleBuilder helper functions for built and prebuilt tools by Colin Cross · 6 years ago
  57. cfec40c Move RuleBuilder on top of strings.Builder by Colin Cross · 6 years ago
  58. 1945a4b Convert cc aidl to rule builder by Dan Willemsen · 6 years ago
  59. 633c502 Support RuleBuilder.Sbox to wrap commands in sbox by Dan Willemsen · 6 years ago
  60. 1d2cf04 Add depfile support to RuleBuilder by Colin Cross · 6 years ago
  61. 92b7d58 Add RuleBuilderCommand.Flags by Colin Cross · 6 years ago
  62. baa676f Fix RuleBuilder.Restat by Colin Cross · 6 years ago
  63. 0b9f31f Replace *Escape with *EscapeList by Colin Cross · 6 years ago
  64. 2da5d9a Fix soong.android.RuleBuilderCommand.FlagWithList's comment. by Roland Levillain · 6 years ago
  65. 69f59a3 Make RuleBuilder methods take Paths by Colin Cross · 6 years ago
  66. ab898dc Revert "Make RuleBuilder methods take Paths" by Colin Cross · 6 years ago
  67. acdd694 Make RuleBuilder methods take Paths by Colin Cross · 6 years ago
  68. deabb94 Add RuleBuilder.Installs().String() by Colin Cross · 6 years ago
  69. c7ed004 Add RuleBuilderCommand.FlagForEachArg() by Colin Cross · 6 years ago
  70. 0d2f40a Add MissingDeps to RuleBuilder by Colin Cross · 6 years ago
  71. 5cb5b09 Add Temporary and DeleteTemporaryFiles to RuleBuilder by Colin Cross · 7 years ago
  72. 758290d Improve RuleBuilder documentation and methods by Colin Cross · 7 years ago
  73. 786cd6d Allow RuleBuilder to be used with SingletonContext by Colin Cross · 7 years ago
  74. feec25b Move dexpreopt.Script to android.RuleBuilder by Colin Cross · 7 years ago