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