1. 140d588 Deprecate depfile in gensrcs by Vinh Tran · 2 years, 7 months ago
  2. 0124336 Allowlist apexer for bp2build by Cole Faust · 2 years, 8 months ago
  3. b69e1ae Modify ConvertWithBp2build mutator to convert gensrcs to Bazel rule by Vinh Tran · 2 years, 8 months ago
  4. f874e46 Refactor mixed builds to only take one pass by Chris Parsons · 2 years, 8 months ago
  5. ff851b8 Log information for Mixed Builds modules. by MarkDacek · 2 years, 9 months ago
  6. 619be46 Restrict genrules to disallow directories as input by Liz Kammer · 3 years ago
  7. bebf526 Clarify genrule error message by Anton Hansson · 2 years, 11 months ago
  8. a5969be Merge "Improve error message for dupe srcs in genrule" by Anton Hansson · 3 years ago
  9. cd1b80f bp2build converts java_genrule and java_genrule_host by Sam Delmerico · 3 years ago
  10. dbd814d Fix genrule tool dependencies when a prebuilt tool is preferred. by Martin Stjernholm · 3 years ago
  11. be46fcc Use one mutator for all bp2build conversion. by Liz Kammer · 3 years, 3 months ago
  12. 65cb314 Revert^2 "Add dependency license annotations" by Colin Cross · 3 years, 1 month ago
  13. abe2a4b Revert "Add dependency license annotations" by Colin Cross · 3 years, 1 month ago
  14. b674b43 Add dependency license annotations by Colin Cross · 3 years, 2 months ago
  15. a44551f Add PathForGoBinary by Colin Cross · 3 years, 3 months ago
  16. 787fb36 Add OS to configuration key in mixed builds by Chris Parsons · 3 years, 3 months ago
  17. 7cd41e5 Improve error message for dupe srcs in genrule by Anton Hansson · 3 years, 3 months ago
  18. 447f6c9 Bp2Build common properties auto-handling by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 3 years, 5 months ago
  19. f3bfd02 Add environment variables to cc_genrule commands by Colin Cross · 3 years, 4 months ago
  20. bcd3994 Add bp2build converter for cc_genrule. by Wei Li · 3 years, 4 months ago
  21. 2ada09a Don't create a new module for bp2build conversion. by Liz Kammer · 3 years, 5 months ago
  22. 0d99045 Lift BazelHandler interface into android/ by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 3 years, 5 months ago
  23. 8662a37 Merge "Update documentation for genrule and sdk_library" by Treehugger Robot · 3 years, 6 months ago
  24. 93e9599 Update documentation for genrule and sdk_library by Spandan Das · 3 years, 6 months ago
  25. 5a34ffb Remove bp2build deps mutator by Chris Parsons · 3 years, 6 months ago
  26. 8c7e3ed genrule supports OutputFileProducer by Jooyung Han · 3 years, 7 months ago
  27. 08758f0 Add debug ramdisk variant. by Inseob Kim · 3 years, 10 months ago
  28. aeb6bad Revert^3 "Add debug ramdisk variant" by Inseob Kim · 3 years, 9 months ago
  29. 836a8f3 Revert^2 "Add debug ramdisk variant" by Florian Mayer · 3 years, 9 months ago
  30. 78ea2f5 Revert "Add debug ramdisk variant" by Bowgo Tsai · 3 years, 9 months ago
  31. 38e6264 Rename Label.Bp_text to OriginalModuleName. by Jingwen Chen · 3 years, 9 months ago
  32. bab4d7e Add a denylist for specifically mixed builds by Chris Parsons · 3 years, 9 months ago
  33. f84e9c0 Add debug ramdisk variant by Inseob Kim · 3 years, 10 months ago
  34. a92e844 Make MockBazelContext more specific to cquerys by Liz Kammer · 3 years, 10 months ago
  35. e59af4e Use correct includes for mixed build gen headers by Chris Parsons · 3 years, 10 months ago
  36. 79abe57 Remove FixturePreparer.Extend() by Paul Duffin · 3 years, 10 months ago
  37. 0702791 bp2build: arch-configurable selects for label list attrs. by Jingwen Chen · 3 years, 10 months ago
  38. d11cf62 Use interface for $(location) values in genrules by Colin Cross · 3 years, 10 months ago
  39. 95c6eb3 Merge "bp2build: add allowlist for package-level conversions." by Jingwen Chen · 3 years, 10 months ago
  40. 12b4c27 bp2build: add allowlist for package-level conversions. by Jingwen Chen · 3 years, 11 months ago
  41. fa65cee Fix genrule depending on disabled module with ALLOW_MISSING_DEPENDENCIES=true by Colin Cross · 3 years, 10 months ago
  42. 89648f9 Remove usages of FixtureFactory from misc packages by Paul Duffin · 3 years, 10 months ago
  43. c5a0089 Merge "bp2build: genrule converter only supports "genrule"." by Jingwen Chen · 3 years, 10 months ago
  44. 6648045 bp2build: genrule converter only supports "genrule". by Jingwen Chen · 3 years, 10 months ago
  45. 70c4741 Add explicit rspfile argument to RuleBuilderCommand.FlagWithRspFileInputList by Colin Cross · 3 years, 10 months ago
  46. a5f8624 Merge changes from topic "mixed-bp2build" by Liz Kammer · 3 years, 10 months ago
  47. bc3f7e0 Merge "Refactor and cleanup of cquery processing" by Christopher Parsons · 3 years, 10 months ago
  48. bdc6099 Support autoconverted modules in mixed builds by Liz Kammer · 3 years, 11 months ago
  49. 944e7d0 Refactor and cleanup of cquery processing by Chris Parsons · 3 years, 10 months ago
  50. e66946b Migrate genrule package to a per test build directory by Paul Duffin · 3 years, 10 months ago
  51. e84b133 Migrate from result methods to function Asserts by Paul Duffin · 3 years, 10 months ago
  52. 672cb9f Convert genrule tests to use test fixtures by Paul Duffin · 3 years, 11 months ago
  53. 8d6e433 Support cc_object modules in mixed builds by Chris Parsons · 4 years ago
  54. bbfd5ab Merge "Move bazel.Properties to a BazelModuleBase" by Treehugger Robot · 3 years, 11 months ago
  55. ea6666f Move bazel.Properties to a BazelModuleBase by Liz Kammer · 4 years ago
  56. fc46bc1 Refactor BazelTargetModule by Liz Kammer · 4 years ago
  57. b68036f Merge "Add LOCAL_LICENSE_KINDS to build/soong" by Treehugger Robot · 4 years ago
  58. fb4692a bp2build: refactor BazelTargetModule naming boilerplate. by Jingwen Chen · 4 years ago
  59. 02040de Add LOCAL_LICENSE_KINDS to build/soong by Bob Badour · 4 years ago
  60. 77e8b7b bp2build: add bazel_module: { bp2build_available } prop. by Jingwen Chen · 4 years ago
  61. 1fd1469 bp2build: Refactor CreateBazelTargetModule API. by Jingwen Chen · 4 years ago
  62. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years ago
  63. a42d641 Make bp2buildMutators registration local to TestContext. by Jingwen Chen · 4 years ago
  64. 885ee7a bp2build: support genrule $(location) and $(locations) by Jingwen Chen · 4 years ago
  65. 316e07c bp2build: automatically convert all genrules. by Jingwen Chen · 4 years, 1 month ago
  66. 97a1be6 Merge changes from topic "sbox_tools" by Colin Cross · 4 years, 1 month ago
  67. ba9e403 Sandbox genrule tools by Colin Cross · 4 years, 2 months ago
  68. 1a74be7 Merge "Assert android.ApexModule interface for types having ApexModuleBase" by Treehugger Robot · 4 years, 1 month ago
  69. dbcb1ff Use aquery to declare bazel actions in the ninja file. by Chris Parsons · 4 years, 1 month ago
  70. 45bf82e Assert android.ApexModule interface for types having ApexModuleBase by Jiyong Park · 4 years, 1 month ago
  71. 897a5ad Merge "Pass pctx and ctx to NewRuleBuilder" by Colin Cross · 4 years, 2 months ago
  72. f47c90d Reduce default shard size. by Evgenii Stepanov · 4 years, 2 months ago
  73. f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 4 years, 2 months ago
  74. 29e3bbe Update comments in genrule.go. by Alex Humesky · 4 years, 2 months ago
  75. 3ea4eb8 Use a unique depfile for each gensrcs command by Colin Cross · 4 years, 2 months ago
  76. 38214f5 Merge changes I8af00c8c,Ia526ae89 by Colin Cross · 4 years, 2 months ago
  77. e5218b6 Merge "Annotate dependency tags for dependencies of installed files" by Colin Cross · 4 years, 2 months ago
  78. e9fe294 Annotate dependency tags for dependencies of installed files by Colin Cross · 4 years, 2 months ago
  79. 30f5aaa Move bazel_module property to a common file, and add it to filegroup. by Jingwen Chen · 4 years, 2 months ago
  80. e16ce36 Reland: Rewrite sbox to use a textproto manifest by Colin Cross · 4 years, 2 months ago
  81. f188596 Fix gensrcs subdirs by Colin Cross · 4 years, 2 months ago
  82. 619b9ab Revert "Rewrite sbox to use a textproto manifest" by Colin Cross · 4 years, 2 months ago
  83. 151b9ff Rewrite sbox to use a textproto manifest by Colin Cross · 4 years, 2 months ago
  84. 3d68051 Move genrule on top of RuleBuilder by Colin Cross · 4 years, 2 months ago
  85. b5ae193 Revert "Annotate dependency tags for dependencies of installed files" by Colin Cross · 4 years, 2 months ago
  86. 62a0cfd Annotate dependency tags for dependencies of installed files by Colin Cross · 4 years, 2 months ago
  87. ae8600b Pass Config to NewTestContext instead of ctx.Register by Colin Cross · 4 years, 3 months ago
  88. 72f1849 Make genrules uninstallable ETC instead of PHONY by Anton Hansson · 4 years, 3 months ago
  89. 60e0cfb Add vendor-ramdisk image to Soong. by Yifan Hong · 4 years, 3 months ago
  90. aa8be05 Change bazel_module property to be of struct type instead of string by Chris Parsons · 4 years, 3 months ago
  91. 405af07 Revert "Make lots of tests run in parallel" by Colin Cross · 4 years, 3 months ago
  92. c8f8480 Merge "Mixed bazel/soong build prototype for genrule" by Christopher Parsons · 4 years, 3 months ago
  93. f3c96ef Mixed bazel/soong build prototype for genrule by Chris Parsons · 4 years, 4 months ago
  94. 323dc60 Make lots of tests run in parallel by Colin Cross · 4 years, 4 months ago
  95. c806053 Replace ApiStrToNum uses with ApiLevel. by Dan Albert · 4 years, 6 months ago
  96. 20ebfb4 Update language to comply with inclusive guidance by Liz Kammer · 4 years, 6 months ago
  97. f2b480e Remove stale doc comment by Dan Willemsen · 4 years, 7 months ago
  98. 749dc69 apex/apk: enforce min_sdk_version of all deps by Jooyung Han · 4 years, 9 months ago
  99. 4b79e98 Soong package structure refactoring by Jaewoong Jung · 4 years, 8 months ago
  100. 1fbf440 AIDEGen: Add path attribute to okhttp module. by bralee · 4 years, 8 months ago