1. f0d4d4f Bp2build genrule commands as configurable properties by Cole Faust · 2 years, 2 months ago
  2. a99348d cc Bp2build support for genrules that generate .proto file by Spandan Das · 2 years, 2 months ago
  3. 0db0e34 Gen a header library when genrules export includes by Liz Kammer · 2 years, 3 months ago
  4. d95158e Merge "Denylist genrules that fail to build with sandboxing" into main by Cole Faust · 2 years, 3 months ago
  5. d07cb48 Merge "Make genrule export_include_dirs more consistent" into main by Liz Kammer · 2 years, 3 months ago
  6. edbabc6 Denylist genrules that fail to build with sandboxing by Cole Faust · 2 years, 3 months ago
  7. d38c87c Make genrule export_include_dirs more consistent by Liz Kammer · 2 years, 3 months ago
  8. 4da4ccc Add write_if_changed property to genrule by Justin Yun · 2 years, 3 months ago
  9. ae2e23a Merge "Remove openwrt modules from genrule denylist." into main by Igor Foox · 2 years, 3 months ago
  10. 796921d Ensure data is passed to all generation actions by Liz Kammer · 2 years, 3 months ago
  11. 2473967 Remove openwrt modules from genrule denylist. by Igor Foox · 2 years, 3 months ago
  12. 04ff5f9 Update genrule denylist to make `m droid` build. by Igor Foox · 2 years, 3 months ago
  13. 4ae9c14 Merge "Remove FrontendStub_[cc|h] from SandboxingDenyModuleList" into main by Jason Macnak · 2 years, 3 months ago
  14. 32ce004 Remove cts renderscript modules from sandboxing denylist by Cole Faust · 2 years, 4 months ago
  15. 5146d55 Remove FrontendStub_[cc|h] from SandboxingDenyModuleList by Jason Macnak · 2 years, 4 months ago
  16. bf1b88d Merge "Add -gen suffix to genrule targets with conflicts" by Christopher Parsons · 2 years, 4 months ago
  17. b7950a9 Add -gen suffix to genrule targets with conflicts by Chris Parsons · 2 years, 4 months ago
  18. be29dc3 Remove WmediumdServerProto_[cc|h] from SandboxingDenyModuleList by Jason Macnak · 2 years, 4 months ago
  19. cb991cf Merge "Remove pandora-python-gen-src from SandboxingDenyModuleList" by David Duarte · 2 years, 4 months ago
  20. accbd55 Merge "Fix a race problem in sandboxing genrule logic." by Yu Liu · 2 years, 4 months ago
  21. ff833a9 Remove pandora-python-gen-src from SandboxingDenyModuleList by David Duarte · 2 years, 4 months ago
  22. e7f7cbf Fix a race problem in sandboxing genrule logic. by Yu Liu · 2 years, 4 months ago
  23. 795f7fd Remove pandora_experimental-python-gen-src from SandboxingDenyModuleList by David Duarte · 2 years, 4 months ago
  24. 8bd9242 bp2build data property -> data attr in gensrcs by Liz Kammer · 2 years, 4 months ago
  25. 81fec18 Add property data to gensrcs for additional inputs by Liz Kammer · 2 years, 4 months ago
  26. 45d6af5 Refactor the genrule allowlists code to support internal allowlists by Yu Liu · 2 years, 5 months ago
  27. 6a7940c Support sandboxing genrule by Yu Liu · 2 years, 5 months ago
  28. 39b6cc5 Ignore test apexes from bp2build generated tags by Spandan Das · 2 years, 6 months ago
  29. eddd3c0 add APEX transitive dependency validation by Sam Delmerico · 2 years, 11 months ago
  30. d620101 Make cc_genrule.srcs configurable. by Yu Liu · 3 years ago
  31. 370e08c Add more Soong unit test coverage for gensrcs by Vinh Tran · 3 years, 1 month ago
  32. 32a98a5 Convert genDir to RULEDIR in gensrcs's cmd by Vinh Tran · 3 years, 1 month ago
  33. f19b658 bp2build to convert $(genDir) to $(RULEDIR) in genrule's cmd by Vinh Tran · 3 years, 1 month ago
  34. c170af4 Resolve escaping error in genrules sources with $ by Jihoon Kang · 3 years, 2 months ago
  35. d079e0b Reformat build/soong for go 1.19 by Colin Cross · 3 years, 2 months ago
  36. 140d588 Deprecate depfile in gensrcs by Vinh Tran · 3 years, 4 months ago
  37. 0124336 Allowlist apexer for bp2build by Cole Faust · 3 years, 4 months ago
  38. b69e1ae Modify ConvertWithBp2build mutator to convert gensrcs to Bazel rule by Vinh Tran · 3 years, 5 months ago
  39. f874e46 Refactor mixed builds to only take one pass by Chris Parsons · 3 years, 5 months ago
  40. ff851b8 Log information for Mixed Builds modules. by MarkDacek · 3 years, 6 months ago
  41. 619be46 Restrict genrules to disallow directories as input by Liz Kammer · 3 years, 9 months ago
  42. bebf526 Clarify genrule error message by Anton Hansson · 3 years, 8 months ago
  43. a5969be Merge "Improve error message for dupe srcs in genrule" by Anton Hansson · 3 years, 8 months ago
  44. cd1b80f bp2build converts java_genrule and java_genrule_host by Sam Delmerico · 3 years, 9 months ago
  45. dbd814d Fix genrule tool dependencies when a prebuilt tool is preferred. by Martin Stjernholm · 3 years, 9 months ago
  46. be46fcc Use one mutator for all bp2build conversion. by Liz Kammer · 4 years ago
  47. 65cb314 Revert^2 "Add dependency license annotations" by Colin Cross · 3 years, 10 months ago
  48. abe2a4b Revert "Add dependency license annotations" by Colin Cross · 3 years, 10 months ago
  49. b674b43 Add dependency license annotations by Colin Cross · 3 years, 11 months ago
  50. a44551f Add PathForGoBinary by Colin Cross · 4 years ago
  51. 787fb36 Add OS to configuration key in mixed builds by Chris Parsons · 4 years ago
  52. 7cd41e5 Improve error message for dupe srcs in genrule by Anton Hansson · 4 years ago
  53. 447f6c9 Bp2Build common properties auto-handling by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years, 1 month ago
  54. f3bfd02 Add environment variables to cc_genrule commands by Colin Cross · 4 years, 1 month ago
  55. bcd3994 Add bp2build converter for cc_genrule. by Wei Li · 4 years, 1 month ago
  56. 2ada09a Don't create a new module for bp2build conversion. by Liz Kammer · 4 years, 2 months ago
  57. 0d99045 Lift BazelHandler interface into android/ by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years, 2 months ago
  58. 8662a37 Merge "Update documentation for genrule and sdk_library" by Treehugger Robot · 4 years, 2 months ago
  59. 93e9599 Update documentation for genrule and sdk_library by Spandan Das · 4 years, 3 months ago
  60. 5a34ffb Remove bp2build deps mutator by Chris Parsons · 4 years, 3 months ago
  61. 8c7e3ed genrule supports OutputFileProducer by Jooyung Han · 4 years, 4 months ago
  62. 08758f0 Add debug ramdisk variant. by Inseob Kim · 4 years, 6 months ago
  63. aeb6bad Revert^3 "Add debug ramdisk variant" by Inseob Kim · 4 years, 6 months ago
  64. 836a8f3 Revert^2 "Add debug ramdisk variant" by Florian Mayer · 4 years, 6 months ago
  65. 78ea2f5 Revert "Add debug ramdisk variant" by Bowgo Tsai · 4 years, 6 months ago
  66. 38e6264 Rename Label.Bp_text to OriginalModuleName. by Jingwen Chen · 4 years, 6 months ago
  67. bab4d7e Add a denylist for specifically mixed builds by Chris Parsons · 4 years, 6 months ago
  68. f84e9c0 Add debug ramdisk variant by Inseob Kim · 4 years, 6 months ago
  69. a92e844 Make MockBazelContext more specific to cquerys by Liz Kammer · 4 years, 6 months ago
  70. e59af4e Use correct includes for mixed build gen headers by Chris Parsons · 4 years, 7 months ago
  71. 79abe57 Remove FixturePreparer.Extend() by Paul Duffin · 4 years, 7 months ago
  72. 0702791 bp2build: arch-configurable selects for label list attrs. by Jingwen Chen · 4 years, 7 months ago
  73. d11cf62 Use interface for $(location) values in genrules by Colin Cross · 4 years, 7 months ago
  74. 95c6eb3 Merge "bp2build: add allowlist for package-level conversions." by Jingwen Chen · 4 years, 7 months ago
  75. 12b4c27 bp2build: add allowlist for package-level conversions. by Jingwen Chen · 4 years, 7 months ago
  76. fa65cee Fix genrule depending on disabled module with ALLOW_MISSING_DEPENDENCIES=true by Colin Cross · 4 years, 7 months ago
  77. 89648f9 Remove usages of FixtureFactory from misc packages by Paul Duffin · 4 years, 7 months ago
  78. c5a0089 Merge "bp2build: genrule converter only supports "genrule"." by Jingwen Chen · 4 years, 7 months ago
  79. 6648045 bp2build: genrule converter only supports "genrule". by Jingwen Chen · 4 years, 7 months ago
  80. 70c4741 Add explicit rspfile argument to RuleBuilderCommand.FlagWithRspFileInputList by Colin Cross · 4 years, 7 months ago
  81. a5f8624 Merge changes from topic "mixed-bp2build" by Liz Kammer · 4 years, 7 months ago
  82. bc3f7e0 Merge "Refactor and cleanup of cquery processing" by Christopher Parsons · 4 years, 7 months ago
  83. bdc6099 Support autoconverted modules in mixed builds by Liz Kammer · 4 years, 8 months ago
  84. 944e7d0 Refactor and cleanup of cquery processing by Chris Parsons · 4 years, 7 months ago
  85. e66946b Migrate genrule package to a per test build directory by Paul Duffin · 4 years, 7 months ago
  86. e84b133 Migrate from result methods to function Asserts by Paul Duffin · 4 years, 7 months ago
  87. 672cb9f Convert genrule tests to use test fixtures by Paul Duffin · 4 years, 8 months ago
  88. 8d6e433 Support cc_object modules in mixed builds by Chris Parsons · 4 years, 8 months ago
  89. bbfd5ab Merge "Move bazel.Properties to a BazelModuleBase" by Treehugger Robot · 4 years, 8 months ago
  90. ea6666f Move bazel.Properties to a BazelModuleBase by Liz Kammer · 4 years, 8 months ago
  91. fc46bc1 Refactor BazelTargetModule by Liz Kammer · 4 years, 8 months ago
  92. b68036f Merge "Add LOCAL_LICENSE_KINDS to build/soong" by Treehugger Robot · 4 years, 8 months ago
  93. fb4692a bp2build: refactor BazelTargetModule naming boilerplate. by Jingwen Chen · 4 years, 8 months ago
  94. 02040de Add LOCAL_LICENSE_KINDS to build/soong by Bob Badour · 4 years, 8 months ago
  95. 77e8b7b bp2build: add bazel_module: { bp2build_available } prop. by Jingwen Chen · 4 years, 8 months ago
  96. 1fd1469 bp2build: Refactor CreateBazelTargetModule API. by Jingwen Chen · 4 years, 8 months ago
  97. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years, 9 months ago
  98. a42d641 Make bp2buildMutators registration local to TestContext. by Jingwen Chen · 4 years, 9 months ago
  99. 885ee7a bp2build: support genrule $(location) and $(locations) by Jingwen Chen · 4 years, 9 months ago
  100. 316e07c bp2build: automatically convert all genrules. by Jingwen Chen · 4 years, 10 months ago