1. eb0454b Generate actions when building the module graph. by Lukacs T. Berki · 3 years, 3 months ago
  2. 66213a6 Disable protobuf deterministic randomness in soong_build by Dan Willemsen · 3 years, 4 months ago
  3. 89fcdcb Refactor the creation of soong_build calls. by Lukacs T. Berki · 3 years, 4 months ago
  4. c6012f3 Invoke soong_docs from the bootstrap Ninja file. by Lukacs T. Berki · 3 years, 4 months ago
  5. ffc9e8d Pass StopBefore as an argument to RunBlueprint. by Lukacs T. Berki · 3 years, 4 months ago
  6. 3a82169 Invoke queryview from the bootstrap Ninja file. by Lukacs T. Berki · 3 years, 4 months ago
  7. d6cee7e Make OutDir() and SoongOutDir() be consistent. by Lukacs T. Berki · 3 years, 5 months ago
  8. ea1a31c Remove the bootstrap.Config class. by Lukacs T. Berki · 3 years, 5 months ago
  9. b078ade Remove some unused args from Blueprint. by Lukacs T. Berki · 3 years, 5 months ago
  10. e571dc3 Print the JSON module graph correctly. by Lukacs T. Berki · 3 years, 5 months ago
  11. 9f6c24a Rename BuildDir and NinjaBuildDir. by Lukacs T. Berki · 3 years, 5 months ago
  12. 809d2ed Do globbing-related paperwork explicitly. by Lukacs T. Berki · 3 years, 5 months ago
  13. f7e36d8 Remove Srcdir() from BootstrapConfig. by Lukacs T. Berki · 3 years, 5 months ago
  14. f900807 Define command line args in soong_build . by Lukacs T. Berki · 3 years, 5 months ago
  15. 56ebaf3 Separate the files of bp2build and soong_build. by Lukacs T. Berki · 3 years, 5 months ago
  16. 53dfa40 Generate build-globs.ninja when running bp2build. by Jingwen Chen · 3 years, 5 months ago
  17. e03bb61 Use Finder for getPathsToIgnoredBuildFiles() to try and speed up builds with slow hard drives. by Rupert Shuttleworth · 3 years, 8 months ago
  18. 4fabaf5 bp2build/b: exit early in GENERATE_BAZEL_FILES=1. by Jingwen Chen · 3 years, 8 months ago
  19. 0096079 Make bazel build //external/... work by only allowing "approved" existing BUILD files in the Bazel workspace. by Rupert Shuttleworth · 3 years, 8 months ago
  20. 4e78814 Merge "Subsume INTEGRATED_BP2BUILD into other env modes" by Christopher Parsons · 3 years, 9 months ago
  21. ec1a3dc Subsume INTEGRATED_BP2BUILD into other env modes by Chris Parsons · 3 years, 9 months ago
  22. 14d0901 Merge "Update for sharded globs" by Colin Cross · 3 years, 9 months ago
  23. b353cca Create a synthetic Bazel workspace. by Lukacs T. Berki · 3 years, 9 months ago
  24. cb33a00 Update for sharded globs by Colin Cross · 3 years, 9 months ago
  25. 6124c9b Do not pass the list of deps to RunBlueprint. by Lukacs T. Berki · 3 years, 9 months ago
  26. d518e1a Make bp2build be more correct. by Lukacs T. Berki · 3 years, 9 months ago
  27. f8e2428 Allow running bp2build as part of a regular build. by Lukacs T. Berki · 3 years, 9 months ago
  28. 53b2f36 Delete android/env.go . by Lukacs T. Berki · 3 years, 9 months ago
  29. 745380c Remove the dependency on a number of env vars. by Lukacs T. Berki · 3 years, 9 months ago
  30. 97bb9f1 Add dumping the module graph in JSON format. by Lukacs T. Berki · 3 years, 10 months ago
  31. 6790ebc Reorganize soong_build/main.go . by Lukacs T. Berki · 3 years, 10 months ago
  32. 95c6eb3 Merge "bp2build: add allowlist for package-level conversions." by Jingwen Chen · 3 years, 10 months ago
  33. c99c947 Make null builds always be null builds. by Lukacs T. Berki · 3 years, 10 months ago
  34. 12b4c27 bp2build: add allowlist for package-level conversions. by Jingwen Chen · 3 years, 10 months ago
  35. f0b3b94 Make GENERATE_BAZEL_FILES=true correct. by Lukacs T. Berki · 3 years, 10 months ago
  36. d7ce840 Remove GeneratingPrimaryBuilder(). by Lukacs T. Berki · 3 years, 10 months ago
  37. d1e3f1f Embed minibp into soong_ui. by Lukacs T. Berki · 3 years, 10 months ago
  38. 645610e Merge "Remove global variables from Blueprint." by Lukács T. Berki · 3 years, 10 months ago
  39. 89e9a16 Remove global variables from Blueprint. by Lukacs T. Berki · 3 years, 10 months ago
  40. ba3ea16 Use handcrafted build targets in bp2build by Liz Kammer · 4 years ago
  41. 47a9d0c Really fix queryview. by Lukacs T. Berki · 3 years, 10 months ago
  42. 7d613bf Make it possible to debug soong_ui. by Lukacs T. Berki · 3 years, 11 months ago
  43. 7690c09 cd to / before running soong_build . by Lukacs T. Berki · 3 years, 11 months ago
  44. 164e086 bp2build: add a simple UI to report migration progress. by Jingwen Chen · 4 years ago
  45. 7dcc4fc bp2build: fix BUILD file generation incrementality bug. by Jingwen Chen · 4 years ago
  46. eb76c43 bp2build: fix running from clean checkout. by Jingwen Chen · 4 years ago
  47. 33832f9 bp2build: introduce CodegenMode. by Jingwen Chen · 4 years ago
  48. daa54bc Implement code-generation step for bp2build. by Jingwen Chen · 4 years, 1 month ago
  49. 946e0b6 Merge "Add bp2build mode to soong_build." by Jingwen Chen · 4 years, 1 month ago
  50. 4133ce6 Add bp2build mode to soong_build. by Jingwen Chen · 4 years, 1 month ago
  51. c4d91bc Remove soong.config, FileConfigurableOptions, MegaDevice config. by Jingwen Chen · 4 years, 2 months ago
  52. ceed6be Merge "Pass Config to NewTestContext instead of ctx.Register" by Treehugger Robot · 4 years, 2 months ago
  53. 3060ec7 Stop first pass of mixed bazel builds before writing ninja by Chris Parsons · 4 years, 2 months ago
  54. ae8600b Pass Config to NewTestContext instead of ctx.Register by Colin Cross · 4 years, 3 months ago
  55. 50f93d2 Rename bazel overlay to queryview. by Jingwen Chen · 4 years, 2 months ago
  56. f3c96ef Mixed bazel/soong build prototype for genrule by Chris Parsons · 4 years, 4 months ago
  57. 5ba7e47 Create a AOSP Bazel overlay workspace with Soong by Jingwen Chen · 4 years, 6 months ago
  58. 8f232a2 Add missing soong_docs inputs by Chris Parsons · 4 years, 7 months ago
  59. cd767ee Revert "Add Android.bp.list and soong.variables to inputs for soong_docs action" by Christopher Parsons · 4 years, 7 months ago
  60. 67eee7c Add Android.bp.list and soong.variables to inputs for soong_docs action by Chris Parsons · 4 years, 8 months ago
  61. a5e0f71 Call Delve using exec() instead of "dlv attach". by Lukacs T. Berki · 4 years, 8 months ago
  62. b72c909 Collect metrics from inside soong_build by Colin Cross · 5 years ago
  63. aa812d1 Allow debugging with SOONG_DELVE=<listen addr> by Colin Cross · 6 years ago
  64. ff48339 Improve documentation page layout by Sasha Smundak · 6 years ago
  65. 7089c27 Update Soong docs generator for blueprint changes by Colin Cross · 6 years ago
  66. 3fb1fae Use Config/DeviceConfig functions to access ProductVariables by Dan Willemsen · 7 years ago
  67. e87040b Allow Soong to generate its own build documentation by Colin Cross · 7 years ago
  68. 088e29e Revert "Revert "Soong support for namespaces"" by Jeff Gaston · 7 years ago
  69. 178d5fe Revert "Soong support for namespaces" by Jeff Gaston · 7 years ago
  70. 63a250a Soong support for namespaces by Jeff Gaston · 7 years ago
  71. cec8171 Add integration testing infrastructure by Colin Cross · 8 years ago
  72. 798bfce Move registration into android package by Colin Cross · 8 years ago
  73. 635c3b0 Rename common to android by Colin Cross · 9 years ago
  74. 6ff5138 Delay dependency errors to ninja time for unbundled builds by Colin Cross · 9 years ago
  75. 87b17d1 Use SRCDIR as a working directory by Dan Willemsen · 10 years ago
  76. 98b26c5 Use the blueprint plugin infrastructure by Dan Willemsen · 9 years ago
  77. 485e572 Read product variables from soong.variables by Colin Cross · 9 years ago
  78. 463a90e use init functions to register module types, etc. by Colin Cross · 10 years ago
  79. 1f8c52b Add per-directory build targets by Colin Cross · 10 years ago
  80. d3ba039 Separate HostOrDevice out of Arch by Colin Cross · 10 years ago
  81. 2ba19d9 Add cc_benchmark module type by Colin Cross · 10 years ago
  82. d350ecd Add support for genrule by Colin Cross · 10 years ago
  83. c3144b1 ndk: Use prebuilt NDK CRT objects. by Dan Albert · 10 years ago
  84. 30e076a Add support for building android apps by Colin Cross · 10 years ago
  85. aa8630b Move SDK prebuilts to new prebuilt_sdk module type by Colin Cross · 10 years ago
  86. f05fe97 Add logtags source file support by Colin Cross · 10 years ago
  87. 1332b00 Move config into common and provide helper by Colin Cross · 10 years ago
  88. 2fe6687 Support java libraries, binaries, and prebuilts by Colin Cross · 10 years ago
  89. 1f8f234 Support cc_test_host by Colin Cross · 10 years ago
  90. be96168 Add support for building NDK modules. by Dan Albert · 10 years ago
  91. 68f5510 Support dependencies on environment variables by Colin Cross · 10 years ago
  92. 82df943 Add art_cc_library module type by Colin Cross · 10 years ago
  93. 97ba073 Export cc types for art to inherit from by Colin Cross · 10 years ago
  94. 70b4059 Update import paths for changes to blueprint by Colin Cross · 10 years ago
  95. 6b29069 Allow cc_test to build a test per source file by Colin Cross · 10 years ago
  96. 5049f02 Add gensrcs module type by Colin Cross · 10 years ago
  97. c403f7c Add support for cc_test. by Dan Albert · 10 years ago
  98. 9454bfa Add support for checkbuild target by Colin Cross · 10 years ago
  99. 3f40fa4 Add soong_build primary builder by Colin Cross · 10 years ago