1. c68db4b Remove InstallBypassMake and ToMakePath by Colin Cross · 4 years, 2 months ago
  2. 02ce1e7 Merge changes Ib3f4ee14,Iac22c9fd,Ibd78758c,I40d8696c,I2a2b10e4, ... by Colin Cross · 4 years, 2 months ago
  3. d642113 Add missing os.MkdirAll to WriteFileToOutputDir by Colin Cross · 4 years, 2 months ago
  4. 1d0eb7a Fix ctx.InstallFile calls for java modules by Colin Cross · 4 years, 3 months ago
  5. acfcc1f Move cc module installation into Soong by Colin Cross · 4 years, 3 months ago
  6. a44551f Add PathForGoBinary by Colin Cross · 4 years, 3 months ago
  7. b1692a3 Remove PathForOutput from InstallPathToOnDevicePath by Colin Cross · 4 years, 3 months ago
  8. c32dd1c Make it possible to pass an error message with an invalid optional path. by Martin Stjernholm · 4 years, 4 months ago
  9. 2fee27f Replace OptionalPath.valid flag by checking the path itself. by Martin Stjernholm · 4 years, 4 months ago
  10. b078ade Remove some unused args from Blueprint. by Lukacs T. Berki · 4 years, 5 months ago
  11. 9f6c24a Rename BuildDir and NinjaBuildDir. by Lukacs T. Berki · 4 years, 5 months ago
  12. f7e36d8 Remove Srcdir() from BootstrapConfig. by Lukacs T. Berki · 4 years, 5 months ago
  13. b2703ad Conditionally apply rustdoc flags to third party crates by Chris Wailes · 4 years, 6 months ago
  14. 528d67e Reland "Split the x86 host toolchain into glibc and musl variants" by Colin Cross · 4 years, 6 months ago
  15. 5d6904e Revert "Split the x86 host toolchain into glibc and musl variants" by Colin Cross · 4 years, 6 months ago
  16. 4fb4ef2 Split the x86 host toolchain into glibc and musl variants by Colin Cross · 4 years, 6 months ago
  17. 40131a3 Support fully qualified names in `android:"path"` properties by Paul Duffin · 4 years, 6 months ago
  18. 407501b Stop PathForModuleSrc from validating the paths unnecessarily by Paul Duffin · 4 years, 6 months ago
  19. d5cf92e Support customizing behavior around sourceOrOutputDependencyTag by Paul Duffin · 4 years, 6 months ago
  20. 5d1b929 Port module_partition logic for RRO from Make to Soong by Spandan Das · 4 years, 8 months ago
  21. 78257e5 Add a comment to absolutePath on why it's not exported. by Jingwen Chen · 4 years, 8 months ago
  22. 09f947d Dump bazel product config in Soong by Liz Kammer · 4 years, 8 months ago
  23. ef08185 Add support for converting OptionalPath to Paths by Paul Duffin · 4 years, 8 months ago
  24. 57892ce Merge "Support blueprint_go_binary in PathForModuleSrc" by Colin Cross · 4 years, 9 months ago
  25. 0e44615 Support blueprint_go_binary in PathForModuleSrc by Colin Cross · 4 years, 9 months ago
  26. 08758f0 Add debug ramdisk variant. by Inseob Kim · 4 years, 10 months ago
  27. aeb6bad Revert^3 "Add debug ramdisk variant" by Inseob Kim · 4 years, 9 months ago
  28. 836a8f3 Revert^2 "Add debug ramdisk variant" by Florian Mayer · 4 years, 9 months ago
  29. 78ea2f5 Revert "Add debug ramdisk variant" by Bowgo Tsai · 4 years, 9 months ago
  30. 620dea6 Split bazel -path functions and clarify docs by Liz Kammer · 4 years, 9 months ago
  31. b06a4bd Merge "Transform paths to headers in include dirs to take package boundaries into account." by Treehugger Robot · 4 years, 9 months ago
  32. f84e9c0 Add debug ramdisk variant by Inseob Kim · 4 years, 10 months ago
  33. c143cc5 Transform paths to headers in include dirs to take package boundaries into account. by Rupert Shuttleworth · 4 years, 9 months ago
  34. 66d154e Merge "Follow blueprint change to return GlobResult from Glob" by Colin Cross · 4 years, 9 months ago
  35. 82ea3fb Follow blueprint change to return GlobResult from Glob by Colin Cross · 4 years, 10 months ago
  36. 6393098 bp2build: cc_library converter for //bionic/libdl:libdl_android by Jingwen Chen · 4 years, 10 months ago
  37. afdd406 Rename OptionalPath.RelativeToPath -> RelativeToTop by Paul Duffin · 4 years, 10 months ago
  38. 544c368 Merge "Add OptionalPath.RelativeToTop" by Paul Duffin · 4 years, 10 months ago
  39. 0702791 bp2build: arch-configurable selects for label list attrs. by Jingwen Chen · 4 years, 10 months ago
  40. a5b8135 Add OptionalPath.RelativeToTop by Paul Duffin · 4 years, 10 months ago
  41. 32312eb Don't panic on "go test" invocations from the command line. by Martin Stjernholm · 4 years, 10 months ago
  42. 85d8f0d Add Path.RelativeToTop by Paul Duffin · 4 years, 10 months ago
  43. 74abc5d Remove config from basePath by Paul Duffin · 4 years, 10 months ago
  44. d65c58b Add buildDir to WritablePath implementations by Paul Duffin · 4 years, 10 months ago
  45. 580efc8 Add srcDir to SourcePath by Paul Duffin · 4 years, 10 months ago
  46. 95c6eb3 Merge "bp2build: add allowlist for package-level conversions." by Jingwen Chen · 4 years, 10 months ago
  47. 12b4c27 bp2build: add allowlist for package-level conversions. by Jingwen Chen · 4 years, 11 months ago
  48. fa65cee Fix genrule depending on disabled module with ALLOW_MISSING_DEPENDENCIES=true by Colin Cross · 4 years, 10 months ago
  49. bdc6099 Support autoconverted modules in mixed builds by Liz Kammer · 5 years ago
  50. ac22956 Rename vendor-ramdisk to vendor_ramdisk by Petri Gynther · 4 years, 11 months ago
  51. 8a75058 Merge "Add support for lint baseline files" by Pedro Loureiro · 5 years ago
  52. 5d190cc Add support for lint baseline files by Pedro Loureiro · 5 years ago
  53. 5e3fa0a Merge "Clarify ExistentPathForSource docs" by Treehugger Robot · 5 years ago
  54. ebfcf67 Omit bazel.LabelList attrs if no path is specified by Liz Kammer · 5 years ago
  55. 7aa5288 Clarify ExistentPathForSource docs by Liz Kammer · 5 years ago
  56. dcf71b2 Convert java.Dependency to JavaInfo provider by Colin Cross · 5 years ago
  57. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 5 years ago
  58. 0267d49 Make OutputPath implement objPathProvider by Paul Duffin · 5 years ago
  59. a830f3a Refactor android/paths.go to allow reuse by Liz Kammer · 5 years ago
  60. 2dd9ca4 Refactor queryview. by Liz Kammer · 5 years ago
  61. dbcb1ff Use aquery to declare bazel actions in the ninja file. by Chris Parsons · 5 years ago
  62. 5d58395 Export files to install as a depset by Colin Cross · 5 years ago
  63. d3f2bd7 WriteFileRule: Chunk long content and merge them to result by Hans Månsson · 5 years ago
  64. 29e3bbe Update comments in genrule.go. by Alex Humesky · 5 years ago
  65. cda22c9 Refactor 'in_make' to mean Kati is not skipped. by Jingwen Chen · 5 years ago
  66. ccc8c85 Add ModuleInstallPathContextForTesting. by Ulya Trafimovich · 5 years ago
  67. 07bc117 Merge "Fix path conflict for vendor_ramdisk_available" by Treehugger Robot · 5 years ago
  68. f26f734 Merge "InstallPath keeps its partition dir" by Treehugger Robot · 5 years ago
  69. 39143a9 Fix path conflict for vendor_ramdisk_available by Yifan Hong · 5 years ago
  70. dd8dacc Vendor ramdisk modules install to correct location by Yifan Hong · 5 years ago
  71. 60e0cfb Add vendor-ramdisk image to Soong. by Yifan Hong · 5 years ago
  72. 957bcd9 InstallPath keeps its partition dir by Jiyong Park · 5 years ago
  73. 87788b5 Don't assume host arch is always x86 by Jiyong Park · 5 years ago
  74. 5ab276a Export error reporting function to allow using it in other packages. by Ulya Trafimovich · 5 years ago
  75. 216e10a Install data_libs using relative_install_path property by Chris Parsons · 6 years ago
  76. 70f0b53 Merge changes from topic "lint-unbundled-apps" by Colin Cross · 6 years ago
  77. c0efd1d Build a zip of transitive lint reports for apps by Colin Cross · 6 years ago
  78. ecc495f Merge "Apply "excludes" for OutputFileProducer" by Jooyung Han · 6 years ago
  79. 0eeff82 Merge "Add missing soong_docs inputs" by Christopher Parsons · 6 years ago
  80. 7607dd3 Apply "excludes" for OutputFileProducer by Jooyung Han · 6 years ago
  81. 8f232a2 Add missing soong_docs inputs by Chris Parsons · 6 years ago
  82. 40fd90a Support multiple dists per Android.bp module, and dist output selection. by Jingwen Chen · 6 years ago
  83. cd767ee Revert "Add Android.bp.list and soong.variables to inputs for soong_docs action" by Christopher Parsons · 6 years ago
  84. 67eee7c Add Android.bp.list and soong.variables to inputs for soong_docs action by Chris Parsons · 6 years ago
  85. 5e6a797 Allow tests to bypass PathForSource existence checks by Colin Cross · 6 years ago
  86. 33c7736 Notice file embededd in APEX is deterministic by Jiyong Park · 6 years ago
  87. 8640ab9 Raise an error instead of panic in SplitApexJarPairs. by Ulya Trafimovich · 6 years ago
  88. 1228e9c Add a nice install paths for module SDKs and exports. by Nicolas Geoffray · 6 years ago
  89. 27027c7 Optimize FirstUniqueStrings and FirstUniquePaths by Colin Cross · 6 years ago
  90. 609c49a Add pathForInstall and InstallPaths by Colin Cross · 6 years ago
  91. 6e35940 Add InstallForceOS, fix testcases for host by Colin Cross · 6 years ago
  92. d63c9a7 Allocate OutputPath.String in PathForOutput by Colin Cross · 6 years ago
  93. 82db735 Ramdisk modules install to correct location by Yifan Hong · 6 years ago
  94. 1b3348d Add ramdisk image. by Yifan Hong · 6 years ago
  95. 988414c Sandbox soong_build by changing to root directory by Colin Cross · 6 years ago
  96. 47e4f9e Revert "Sandbox soong_build by changing to root directory" by Colin Cross · 6 years ago
  97. 05c25cc Sandbox soong_build by changing to root directory by Colin Cross · 6 years ago
  98. 1184b64 Add EarlyModuleContext for LoadHookContext by Colin Cross · 6 years ago
  99. 9b478b0 Generate .srcjar for prebuilt_stubs_sources by Paul Duffin · 6 years ago
  100. 6b29531 Merge "Remove unused testWritablePath and associated methods" by Treehugger Robot · 6 years ago