1. 3f01580 Merge "Make the enabled property configurable" into main by Cole Faust · 1 year, 8 months ago
  2. a963b94 Make the enabled property configurable by Cole Faust · 1 year, 9 months ago
  3. 888046f Only update DebugMutator and DebugVariation for non-empty transition variations by Colin Cross · 1 year, 9 months ago
  4. 8677132 Update docs for ReplaceDependencies[If] by Colin Cross · 1 year, 9 months ago
  5. af333f5 Support reading Providers from TransitionMutator IncomingTransition and OutgoingTransition by Colin Cross · 1 year, 9 months ago
  6. d67425d Set DebugMutators and DebugVariations when creating Transition variations by Colin Cross · 1 year, 9 months ago
  7. 984223f Optimize mutator contexts by Colin Cross · 2 years ago
  8. c50999e Merge changes from topic "transition-mutator-config" into main by Colin Cross · 2 years ago
  9. 4aa3e0a Add ArchModuleContext to TransitionMutator contexts by Colin Cross · 2 years ago
  10. 73b08ff Add team property to all modules. by Ronald Braunstein · 2 years, 1 month ago
  11. 3c0a83d Use generics for providers API by Colin Cross · 2 years, 1 month ago
  12. b63d7b3 Remove infrastructure to run bp2build by Colin Cross · 2 years, 1 month ago
  13. 543f840 Remove unsued mutator registration by Usta (Tsering) Shrestha · 2 years, 3 months ago
  14. d43be7c Turn on bp2build_deps by default by Chris Parsons · 2 years, 3 months ago
  15. 5f1b3c7 create, but dont register, bp2build_deps mutator by Chris Parsons · 2 years, 4 months ago
  16. 6666d0f Switch bp2build mutator to bottom up by Chris Parsons · 2 years, 4 months ago
  17. af7c166 Merge "Handle prebuilt vs source selection in bp2build" into main by Liz Kammer · 2 years, 4 months ago
  18. 637458d Have ConvertWBp2build use Bp2buildMutatorContext by Chris Parsons · 2 years, 4 months ago
  19. e1b39a5 Handle prebuilt vs source selection in bp2build by Liz Kammer · 2 years, 4 months ago
  20. f26ee15 Bugfixes for proto_library (proto.include_dirs) by Spandan Das · 2 years, 5 months ago
  21. 3131d67 Allow creation of BazelTargets in a different directory by Spandan Das · 2 years, 5 months ago
  22. 39a1697 Provide reason for unconverted bp2build modules by Chris Parsons · 2 years, 7 months ago
  23. c13f785 Handle missing dependencies in mixed builds by Liz Kammer · 2 years, 8 months ago
  24. 934d504 Merge changes from topic "bp2build-ignore-test-apex-tags" by Spandan Das · 2 years, 9 months ago
  25. 6a448ec Add a function to create config_setting(s) by Spandan Das · 2 years, 9 months ago
  26. 39b6cc5 Ignore test apexes from bp2build generated tags by Spandan Das · 2 years, 9 months ago
  27. f57a966 Ignore test apexes from bp2build generated tags by Spandan Das · 2 years, 9 months ago
  28. 2dc6dfc Drop the default apex_available value from BUILD files by Spandan Das · 2 years, 9 months ago
  29. abedff0 Add a method in bp2build to create aliases in another directory by Spandan Das · 2 years, 10 months ago
  30. fb11c1c Add ConvertApexAvailableToTags by Cole Faust · 3 years ago
  31. 0abd4b4 Optimize PathForBazelOutRelative by Cole Faust · 3 years ago
  32. c4c34e1 Convert apex_available (for supported modules) to bazel tags. by Jingwen Chen · 3 years, 2 months ago
  33. 5af0bd3 Create a new mode in soong_ui to generate API only BUILD files by Spandan Das · 3 years, 4 months ago
  34. 0e691c1 Add godoc for TransitionMutator. by Lukacs T. Berki · 3 years, 7 months ago
  35. 6c71676 Migrate sanitizers to transition mutators. by Lukacs T. Berki · 3 years, 7 months ago
  36. 3bf97bd Clean up some bp2build technical debt by Liz Kammer · 3 years, 9 months ago
  37. f31c900 Share CreateModule between hooks & mutators by Liz Kammer · 3 years, 9 months ago
  38. c725f47 cosmetic: 1)typos 2)parameters named for clarity by Usta Shrestha · 4 years ago
  39. 58852a0 Handle the 'enabled' property in bp2build by Chris Parsons · 4 years, 1 month ago
  40. be46fcc Use one mutator for all bp2build conversion. by Liz Kammer · 4 years, 2 months ago
  41. 85c0097 Merge "bp2build: support full/lite protos in cc libs" by Liz Kammer · 4 years, 1 month ago
  42. 355a587 Removal of unused methods AppendProperties and PrependProperties from topDownMutatorContext by Usta · 4 years, 1 month ago
  43. 12615db bp2build: support full/lite protos in cc libs by Liz Kammer · 4 years, 4 months ago
  44. ef3676c Minor refactoring of Append/PrependProperties() methods by Usta · 4 years, 2 months ago
  45. 447f6c9 Bp2Build common properties auto-handling by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 4 years, 5 months ago
  46. 16d90a8 Remove __bp2build__ prefix trimming. by Jingwen Chen · 4 years, 4 months ago
  47. 6eff323 Expand handling of unconverted deps in bp2build by Liz Kammer · 4 years, 5 months ago
  48. 2ada09a Don't create a new module for bp2build conversion. by Liz Kammer · 4 years, 5 months ago
  49. 5a34ffb Remove bp2build deps mutator by Chris Parsons · 4 years, 6 months ago
  50. a9d76dd Add partial bp2build support for APEX targets (second try). by Rupert Shuttleworth · 4 years, 7 months ago
  51. 4562a3b Add bp2build arch-specific paths mutator by Liz Kammer · 4 years, 9 months ago
  52. b00c7ed Merge "Convert TestApexPermittedPackagesRules to use test fixtures" by Paul Duffin · 4 years, 10 months ago
  53. acacbc1 Merge "Handle product_variable asflag for cc_object." by Liz Kammer · 4 years, 10 months ago
  54. 45338f0 Convert TestApexPermittedPackagesRules to use test fixtures by Paul Duffin · 4 years, 10 months ago
  55. a060c45 Handle product_variable asflag for cc_object. by Liz Kammer · 4 years, 10 months ago
  56. 12b4c27 bp2build: add allowlist for package-level conversions. by Jingwen Chen · 4 years, 10 months ago
  57. c05b034 Separate the collation of mutators from registration by Paul Duffin · 4 years, 10 months ago
  58. 1d2d42f Add sortableComponent abstraction by Paul Duffin · 4 years, 10 months ago
  59. fc46bc1 Refactor BazelTargetModule by Liz Kammer · 5 years ago
  60. fb4692a bp2build: refactor BazelTargetModule naming boilerplate. by Jingwen Chen · 5 years ago
  61. 1fd1469 bp2build: Refactor CreateBazelTargetModule API. by Jingwen Chen · 5 years ago
  62. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 5 years ago
  63. 041b184 bp2build: flatten *_defaults properties. by Jingwen Chen · 5 years ago
  64. 7385067 bp2build: framework for generating BazelTargetModules. by Jingwen Chen · 5 years ago
  65. 37af046 Revert^2 "Add ability to declare licenses in soong." by Bob Badour · 5 years ago
  66. df98d3e Revert "Add ability to declare licenses in soong." by Jerome Gaillard · 5 years ago
  67. 8a36d94 Add ability to declare licenses in soong. by Bob Badour · 5 years ago
  68. 4133ce6 Add bp2build mode to soong_build. by Jingwen Chen · 5 years ago
  69. d27e7b8 Add providers support by Colin Cross · 6 years ago
  70. 4f1dcb0 Return new dependencies from BottomUpMutatorContext.Add* by Colin Cross · 5 years ago
  71. 9f35c3d Copy documentation from Blueprint interfaces into Soong interfaces by Colin Cross · 5 years ago
  72. 617b88a Create os and arch variants for bootstrap Go modules by Colin Cross · 5 years ago
  73. 1b9604b Add CreateAliasVariation to BottomUpMutatorContext by Colin Cross · 5 years ago
  74. 80342d7 Restrict replacements of source dependencies with prebuilts by Paul Duffin · 6 years ago
  75. 44f1d84 Stop java_sdk_library_import from depending on source modules by Paul Duffin · 6 years ago
  76. afa9fa1 Add hook to be called after defaults have been applied by Paul Duffin · 6 years ago
  77. c988c8e Move prebuilts mutators after defaults have been applied by Paul Duffin · 6 years ago
  78. cdfcec9 Simplify package by using LoadHook instead of mutators by Paul Duffin · 6 years ago
  79. aa4162e Document preArch mutators by Paul Duffin · 6 years ago
  80. c5570ac Allow defining neverallow in packages other than android. by Artur Satayev · 6 years ago
  81. 43e789d Follow input changes to proptools.CloneEmptyProperties by Colin Cross · 6 years ago
  82. 710ec3a Add FinalDeps mutator phase, where CreateVariations is disallowed. by Martin Stjernholm · 6 years ago
  83. 31a738b Use blueprint's load hooks by Colin Cross · 6 years ago
  84. 87f790c Delete arch hooks by Colin Cross · 6 years ago
  85. fb0c16e Move imageMutator before archMutator by Colin Cross · 6 years ago
  86. 593b3c9 Ensure prebuilt modules have same visibility as source modules by Paul Duffin · 6 years ago
  87. ae6c520 Move ImageMutator after archMutator by Colin Cross · 6 years ago
  88. 43b92e0 Make CreateVariations return []android.Module by Colin Cross · 6 years ago
  89. 9f88ce2 Add AliasVariation to BottomUpMutatorContext. by Jaewoong Jung · 6 years ago
  90. a195f91 Split out osMutator from archMutator by Colin Cross · 6 years ago
  91. 18c4680 Filter product variable property structs by Colin Cross · 6 years ago
  92. e003c4a Make CreateModule return the newly created module by Colin Cross · 6 years ago
  93. 84dfc3d Make CreateModule take an android.ModuleFactory by Colin Cross · 6 years ago
  94. 349cd47 CreateModule also inherits variableProperties. by Steven Moreland · 6 years ago
  95. 1d1119f Fix sanitizer dep by Jiyong Park · 6 years ago
  96. 12f23e0 Automatically inherit common properties. by Steven Moreland · 6 years ago
  97. 9a36223 Add a String() method to android.Module by Colin Cross · 7 years ago
  98. cb55e08 Add MutatorName to mutator contexts by Colin Cross · 7 years ago
  99. e2453c7 Allow default visibility to be set per package by Paul Duffin · 7 years ago
  100. dc35e21 Consolidate *MutatorContext and ModuleContext into BaseModuleContext by Colin Cross · 7 years ago