1. 7583e83 Cleanup ImageInterface.SetImageVariation by Jihoon Kang · 7 months ago
  2. 7182516 Modify the installation rules of sh binary based on the image variants by Jihoon Kang · 7 months ago
  3. 4f58b5f Use OutputFilesProvider on sh_binary by mrziwang · 7 months ago
  4. 37693d0 Deprecate Snapshot build by Kiyoung Kim · 9 months ago
  5. 4021302 Convert SetProvider to generic providers API by Colin Cross · 1 year ago
  6. 8ff1058 Remove ConvertWithBp2build implementations by Colin Cross · 1 year, 1 month ago
  7. 26df39f Add source file provider for genrule/srcs, python libraries and rust libraries. by Aditya Choudhary · 1 year, 1 month ago
  8. 5c1d5fb Move test data installation to Soong by Colin Cross · 1 year, 1 month ago
  9. 9b59352 Add proto for Test ownership metadata. by Aditya Choudhary · 1 year, 3 months ago
  10. 25c69ee Update sh_test conversion to handle data_bins and test_configs properly by Jason Wu · 1 year, 4 months ago
  11. 637458d Have ConvertWBp2build use Bp2buildMutatorContext by Chris Parsons · 1 year, 3 months ago
  12. 492ca05 sh_binary: Implement OutputFileProducer for sh_test by Edward Liaw · 1 year, 5 months ago
  13. 1725b20 Support java_data in sh_test_host by Makoto Onuki · 1 year, 4 months ago
  14. 6d8d44a bp2build converter for sh_test followup by Jason Wu · 1 year, 5 months ago
  15. 9b2ca5c Prevent sh_test from migrating as sh_binary by Liz Kammer · 1 year, 8 months ago
  16. 2168054 Allow adding extra tradefed options in the Android.bp file by Cole Faust · 2 years, 1 month ago
  17. 77dc7d0 Revert "Allow adding extra tradefed options in the Android.bp file" by Tahsin Loqman · 2 years ago
  18. 8ec823c Allow adding extra tradefed options in the Android.bp file by Cole Faust · 2 years, 1 month ago
  19. 0ac5a43 Move common test_options properties into the android package by Zhenhuang Wang · 2 years, 5 months ago
  20. 3bf97bd Clean up some bp2build technical debt by Liz Kammer · 2 years, 8 months ago
  21. 3ae4cca sh_test: Support per-testcase directories by Jooyung Han · 2 years, 10 months ago
  22. 309ee8d Merge "Propagate data_bins from Soong to Make" by Treehugger Robot · 2 years, 10 months ago
  23. 22bafec Propagate data_bins from Soong to Make by yangbill · 2 years, 11 months ago
  24. 06c80eb Add builtins and minimal runtime as dependencies instead of flags by Colin Cross · 2 years, 11 months ago
  25. b3342ce build device binary for java_test_host by Sam Delmerico · 3 years ago
  26. a5c5b9c Support installable property by Sundong Ahn · 3 years ago
  27. 48c6ead sh_binary: Use pointers for optional attributes by Liz Kammer · 3 years ago
  28. c68db4b Remove InstallBypassMake and ToMakePath by Colin Cross · 3 years, 2 months ago
  29. be46fcc Use one mutator for all bp2build conversion. by Liz Kammer · 3 years, 2 months ago
  30. b302455 Support filename and sub_dir attributes in sh_binary by Yu Liu · 3 years, 1 month ago
  31. d06cc74 Use new soong_cc_rust_prebuilt.mk by Ivan Lozano · 3 years, 1 month ago
  32. 94bf518 Add symlinks to Soong-installed sh_binary by Colin Cross · 3 years, 2 months ago
  33. 7e07e20 Move sh_binary module installation into Soong by Colin Cross · 3 years, 2 months ago
  34. 447f6c9 Bp2Build common properties auto-handling by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 3 years, 4 months ago
  35. f6c37cc Merge "Add module based host-tools snapshot" by Rob Seymour · 3 years, 3 months ago
  36. 925aa09 Add module based host-tools snapshot by Rob Seymour · 3 years, 5 months ago
  37. 2ada09a Don't create a new module for bp2build conversion. by Liz Kammer · 3 years, 5 months ago
  38. 0c66bc6 Replace android.BuildOs with Config.BuildOS by Colin Cross · 3 years, 5 months ago
  39. 06f1399 [WIP] Switch sh_test_host to unit_tests=true by default by Julien Desprez · 3 years, 6 months ago
  40. b40deac Add unit_test test option in sh_test_host by Dan Shi · 3 years, 7 months ago
  41. 08758f0 Add debug ramdisk variant. by Inseob Kim · 3 years, 9 months ago
  42. aeb6bad Revert^3 "Add debug ramdisk variant" by Inseob Kim · 3 years, 8 months ago
  43. 836a8f3 Revert^2 "Add debug ramdisk variant" by Florian Mayer · 3 years, 8 months ago
  44. 78ea2f5 Revert "Add debug ramdisk variant" by Bowgo Tsai · 3 years, 8 months ago
  45. f84e9c0 Add debug ramdisk variant by Inseob Kim · 3 years, 9 months ago
  46. 0702791 bp2build: arch-configurable selects for label list attrs. by Jingwen Chen · 3 years, 10 months ago
  47. 12b4c27 bp2build: add allowlist for package-level conversions. by Jingwen Chen · 3 years, 10 months ago
  48. 89648f9 Remove usages of FixtureFactory from misc packages by Paul Duffin · 3 years, 9 months ago
  49. 32b06c2 Migrate sh package to a per test build directory by Paul Duffin · 3 years, 10 months ago
  50. 56fb8ee Support test fixtures in sh package by Paul Duffin · 3 years, 10 months ago
  51. 7690c09 cd to / before running soong_build . by Lukacs T. Berki · 3 years, 10 months ago
  52. bbfd5ab Merge "Move bazel.Properties to a BazelModuleBase" by Treehugger Robot · 3 years, 10 months ago
  53. ea6666f Move bazel.Properties to a BazelModuleBase by Liz Kammer · 3 years, 10 months ago
  54. fc46bc1 Refactor BazelTargetModule by Liz Kammer · 3 years, 10 months ago
  55. 277303f Merge "Add ctx to AndroidMkExtraEntriesFunc" by Treehugger Robot · 3 years, 10 months ago
  56. aa25553 Add ctx to AndroidMkExtraEntriesFunc by Colin Cross · 4 years, 6 months ago
  57. b68036f Merge "Add LOCAL_LICENSE_KINDS to build/soong" by Treehugger Robot · 3 years, 11 months ago
  58. a1a56e8 Add sh_binary support to bp2build converter. by Rupert Shuttleworth · 3 years, 11 months ago
  59. 02040de Add LOCAL_LICENSE_KINDS to build/soong by Bob Badour · 3 years, 11 months ago
  60. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years ago
  61. 2f6422c Support python binaries in sh_test_host by Anton Hansson · 4 years ago
  62. 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years ago
  63. 57f5b33 Add test suite handling to central androidmk code by Liz Kammer · 4 years, 1 month ago
  64. ae8600b Pass Config to NewTestContext instead of ctx.Register by Colin Cross · 4 years, 2 months ago
  65. 39143a9 Fix path conflict for vendor_ramdisk_available by Yifan Hong · 4 years, 2 months ago
  66. 60e0cfb Add vendor-ramdisk image to Soong. by Yifan Hong · 4 years, 2 months ago
  67. 642916f Add config.AndroidFirstDeviceTarget. by Jaewoong Jung · 4 years, 3 months ago
  68. be6ae77 Support auto-push of data_device_bins to device in test config auto-gen for sh-test by frankfeng · 4 years, 3 months ago
  69. cc83efb Create image variations for sh_binary by Colin Cross · 4 years, 4 months ago
  70. 6e0eee5 Add data bin and lib properties to sh_test by Jaewoong Jung · 4 years, 7 months ago
  71. 105699a Revert "Add data bin and lib properties to sh_test" by Jaewoong Jung · 4 years, 4 months ago
  72. a41a887 Add data bin and lib properties to sh_test by Jaewoong Jung · 4 years, 7 months ago
  73. cc1bfd6 Revert "Add data bin and lib properties to sh_test" by Jaewoong Jung · 4 years, 4 months ago
  74. 8eee3f6 Fix broken darwin build. by Jaewoong Jung · 4 years, 4 months ago
  75. 181cfdf Fix broken darwin build. by Jaewoong Jung · 4 years, 4 months ago
  76. 91dbd52 Add data bin and lib properties to sh_test by Jaewoong Jung · 4 years, 7 months ago
  77. 4aedc86 Add module name to sh_test install path. by Jaewoong Jung · 4 years, 7 months ago
  78. fe25dc9 Merge "Revert "Add module name to sh_test install path."" by Jaewoong Jung · 4 years, 7 months ago
  79. 0c55445 Revert "Add module name to sh_test install path." by Michael Butler · 4 years, 7 months ago
  80. 9e90e61 Merge "Add module name to sh_test install path." by Jaewoong Jung · 4 years, 7 months ago
  81. f2d19b5 Merge "Fix using generated test configs for sh_test, python_test and rust_test modules" by Treehugger Robot · 4 years, 7 months ago
  82. a638482 Fix using generated test configs for sh_test, python_test and rust_test modules by Colin Cross · 4 years, 7 months ago
  83. 2d4f1a2 Add module name to sh_test install path. by Jaewoong Jung · 4 years, 7 months ago
  84. 79ae341 Remove TARGET_PREFER_32_BIT support. by Elliott Hughes · 4 years, 8 months ago
  85. c5b8749 Implement test config auto-gen for sh_test. by frankfeng · 4 years, 7 months ago
  86. 4b79e98 Soong package structure refactoring by Jaewoong Jung · 4 years, 7 months ago