1. df5a905 Move license module processing to GenerateAndroidBuildActions by Paul Duffin · 4 years, 4 months ago
  2. e96108d Add baseline test for license with sdk by Paul Duffin · 4 years, 4 months ago
  3. 05f8689 Merge "Add support for name-less modules and property comments" by Paul Duffin · 4 years, 4 months ago
  4. bea70fb Merge "Allow an sdk member type not to provide a bp property" by Paul Duffin · 4 years, 4 months ago
  5. f08e7c4 Merge "Allow sdk snapshot to contain source module type" by Paul Duffin · 4 years, 4 months ago
  6. 9a59e70 Merge "Move setting of prefer to createMemberSnapshot" by Paul Duffin · 4 years, 4 months ago
  7. 9c9a069 Merge "Fix typo caused by incorrect git merge." by Lukács T. Berki · 4 years, 4 months ago
  8. 0df4968 Add support for name-less modules and property comments by Paul Duffin · 4 years, 4 months ago
  9. 1308205 Allow an sdk member type not to provide a bp property by Paul Duffin · 4 years, 4 months ago
  10. 0d4ed0a Allow sdk snapshot to contain source module type by Paul Duffin · 4 years, 4 months ago
  11. b00df8c Merge "Store real number of records in regular end record when possible" by Colin Cross · 4 years, 4 months ago
  12. 83ad956 Move setting of prefer to createMemberSnapshot by Paul Duffin · 4 years, 4 months ago
  13. 3b413d3 Fix typo caused by incorrect git merge. by Rupert Shuttleworth · 4 years, 4 months ago
  14. 0864831 Handle cc_library shared/static only properties by Chris Parsons · 4 years, 4 months ago
  15. d856116 Merge "Generalize deapexer module to export any files" by Paul Duffin · 4 years, 4 months ago
  16. 9f361c3 Merge "Simplify prebuilt_apex/apex_set common properties" by Paul Duffin · 4 years, 4 months ago
  17. eeec6bd Merge "Derive deapexer module properties from transitive dependencies" by Paul Duffin · 4 years, 4 months ago
  18. b60def6 Merge "Move creation of deapexer modules to separate mutator" by Paul Duffin · 4 years, 4 months ago
  19. 3bae068 Generalize deapexer module to export any files by Paul Duffin · 4 years, 4 months ago
  20. bb0dc13 Simplify prebuilt_apex/apex_set common properties by Paul Duffin · 4 years, 4 months ago
  21. 57f8359 Derive deapexer module properties from transitive dependencies by Paul Duffin · 4 years, 4 months ago
  22. 5dda3e3 Move creation of deapexer modules to separate mutator by Paul Duffin · 4 years, 4 months ago
  23. e8f13bb Merge "Add temporary workaround for pack_relocations linker flag conversion for bp2build." by Rupert Shuttleworth · 4 years, 4 months ago
  24. 143be94 Add temporary workaround for pack_relocations linker flag conversion for bp2build. by Rupert Shuttleworth · 4 years, 4 months ago
  25. 4d0ee38 Merge "Add SOONG_SDK_SNAPSHOT_PREFER support" by Paul Duffin · 4 years, 4 months ago
  26. c50fa8d Add support for shared_libs in cc_library targets. by Rupert Shuttleworth · 4 years, 4 months ago
  27. 564fce4 Merge "Rename fields in dexpreopt config" by Treehugger Robot · 4 years, 4 months ago
  28. 06eea2c Store real number of records in regular end record when possible by Colin Cross · 4 years, 4 months ago
  29. ee7e359 Merge "Declare ConfiguredJarList in specific fragment implementations." by satayev · 4 years, 4 months ago
  30. 3b755d4 Merge "Split SYSTEMSERVERCLASSPATH entries from platform_bootclasspath." by Treehugger Robot · 4 years, 4 months ago
  31. aa4c712 Merge "Remove most of the remaining references to gccCmd." by Elliott Hughes · 4 years, 4 months ago
  32. 2e0436c Merge "Remove unused parts of the strip implementation." by Elliott Hughes · 4 years, 4 months ago
  33. 013485b Declare ConfiguredJarList in specific fragment implementations. by satayev · 4 years, 4 months ago
  34. 225e4db Merge "Install updatable-bcp-packages.txt and boot-image.bprof" by Paul Duffin · 4 years, 4 months ago
  35. 64fb526 Add SOONG_SDK_SNAPSHOT_PREFER support by Paul Duffin · 4 years, 4 months ago
  36. 320055e Merge "Stop exporting java_sdk_library libs in the snapshot" by Paul Duffin · 4 years, 4 months ago
  37. a596909 Rename fields in dexpreopt config by Jeongik Cha · 4 years, 4 months ago
  38. dbb4903 Merge "Make all SdkMemberTypes support transitive member deps" by Paul Duffin · 4 years, 4 months ago
  39. e746f30 Merge "Make licenseModule SdkAware" by Paul Duffin · 4 years, 4 months ago
  40. 95e9c5b Split SYSTEMSERVERCLASSPATH entries from platform_bootclasspath. by satayev · 4 years, 5 months ago
  41. e0fc872 Merge "Make sdk tests more realistic" by Paul Duffin · 4 years, 4 months ago
  42. 820ed78 Merge "Add missing calls to InitSdkAwareModule" by Paul Duffin · 4 years, 4 months ago
  43. be007d1 Install updatable-bcp-packages.txt and boot-image.bprof by Paul Duffin · 4 years, 4 months ago
  44. c76155c Merge "Transitively add APEX variants for contents of prebuilt_apex/apex_set" by Paul Duffin · 4 years, 4 months ago
  45. d91c75c Merge "Add prebuilt_defaults for prebuilt etc modules" by Inseob Kim · 4 years, 4 months ago
  46. 57892ce Merge "Support blueprint_go_binary in PathForModuleSrc" by Colin Cross · 4 years, 4 months ago
  47. b17d044 Transitively add APEX variants for contents of prebuilt_apex/apex_set by Paul Duffin · 4 years, 4 months ago
  48. e7c94a6 Stop exporting java_sdk_library libs in the snapshot by Paul Duffin · 4 years, 4 months ago
  49. 2d3da31 Make all SdkMemberTypes support transitive member deps by Paul Duffin · 4 years, 4 months ago
  50. b9e7a3c Make licenseModule SdkAware by Paul Duffin · 4 years, 4 months ago
  51. 525a590 Make sdk tests more realistic by Paul Duffin · 4 years, 4 months ago
  52. b6b89a4 Add missing calls to InitSdkAwareModule by Paul Duffin · 4 years, 4 months ago
  53. b6788c0 Remove most of the remaining references to gccCmd. by Elliott Hughes · 4 years, 4 months ago
  54. afcd339 Remove unused parts of the strip implementation. by Elliott Hughes · 4 years, 4 months ago
  55. 7c87692 Merge "Prepare kzip script to support superproject sha as an environment variable" by Brian Egizi · 4 years, 4 months ago
  56. 7e554ec Merge "Ensure current.zip is put in the right place." by Mathew Inwood · 4 years, 4 months ago
  57. 2cd736c Merge "Add baseline test for sdk snapshot env variables" by Paul Duffin · 4 years, 4 months ago
  58. 60770e2 Ensure current.zip is put in the right place. by Mathew Inwood · 4 years, 4 months ago
  59. 128ce2f Rename classpath_fragment.go methods for better readability. by satayev · 4 years, 4 months ago
  60. 1e27a14 Add prebuilt_defaults for prebuilt etc modules by Inseob Kim · 4 years, 4 months ago
  61. 63bc30f Merge "Make SystemServerJars ConfiguredJarList." by satayev · 4 years, 4 months ago
  62. 62035b5 Add baseline test for sdk snapshot env variables by Paul Duffin · 4 years, 4 months ago
  63. fc7ff27 Merge "Define test_min_vndk_version for cc_test" by Justin Yun · 4 years, 4 months ago
  64. 29161df Prepare kzip script to support superproject sha as an environment variable by Brian Egizi · 4 years, 4 months ago
  65. 9a6f87e Make SystemServerJars ConfiguredJarList. by satayev · 4 years, 4 months ago
  66. 93e8f79 Merge "Move stub providers to droidstubs.go" by Anton Hansson · 4 years, 4 months ago
  67. 46f6605 Define test_min_vndk_version for cc_test by Justin Yun · 4 years, 4 months ago
  68. 5260932 Move stub providers to droidstubs.go by Anton Hansson · 4 years, 4 months ago
  69. 598dd00 Refactor how bp2build gets arch-specific props. by Lukacs T. Berki · 4 years, 4 months ago
  70. 8bb7d7c Merge "Fix concurrency issues in Test_runWithTimeout" by Treehugger Robot · 4 years, 4 months ago
  71. 71d6ab6 Fix concurrency issues in Test_runWithTimeout by Colin Cross · 4 years, 4 months ago
  72. 4977540 Support dex_import on platform_bootclasspath by Paul Duffin · 4 years, 5 months ago
  73. ee4e7fe Merge "bp2build: build static version of libstdc++." by Treehugger Robot · 4 years, 4 months ago
  74. 179856a bp2build: build static version of libstdc++. by Jingwen Chen · 4 years, 4 months ago
  75. b55ceca Merge changes If6996bd8,I91df5c3f by Colin Cross · 4 years, 4 months ago
  76. 0e44615 Support blueprint_go_binary in PathForModuleSrc by Colin Cross · 4 years, 4 months ago
  77. 1ea9624 Merge "Add fmtlib_ndk back to the deny list because it fails in mixed builds postsubmit." by Treehugger Robot · 4 years, 4 months ago
  78. 0a91eab Merge "Add support for packaging rust fuzzers" by Hamzeh Zawawy · 4 years, 4 months ago
  79. 67f8051 Merge "Use create_minidebuginfo tool instead of bash script." by David Srbecky · 4 years, 4 months ago
  80. 52e6672 Add fmtlib_ndk back to the deny list because it fails in mixed builds postsubmit. by Rupert Shuttleworth · 4 years, 4 months ago
  81. fb95538 Update info on some deny-list entries. by Rupert Shuttleworth · 4 years, 4 months ago
  82. 2b54eb8 bp2build: remove manifest file for bp2build-sync. by Jingwen Chen · 4 years, 4 months ago
  83. cbaef6f Merge "Add debug ramdisk variant." by Treehugger Robot · 4 years, 4 months ago
  84. c651b52 Add support for packaging rust fuzzers by hamzeh · 4 years, 5 months ago
  85. 69315e4 Use create_minidebuginfo tool instead of bash script. by David Srbecky · 4 years, 5 months ago
  86. 29c294b Time out and dump stacks from R8 processes after 30 minutes by Colin Cross · 4 years, 5 months ago
  87. 9b6bcc6 Add a wrapper command to detect timeouts by Colin Cross · 4 years, 5 months ago
  88. c424b76 Support multilib properties in bp2build by Chris Parsons · 4 years, 5 months ago
  89. 8d0ed7e Merge "Add prebuilt_rfsa module type" by Colin Cross · 4 years, 5 months ago
  90. 21695e2 Merge "Split findAndCopyBootJars into separate find and copy functions" by Paul Duffin · 4 years, 5 months ago
  91. dac1db0 Merge "Handle the version_script property." by Lukács T. Berki · 4 years, 5 months ago
  92. 1353e59 Handle the version_script property. by Lukacs T. Berki · 4 years, 5 months ago
  93. a5b1ea2 Merge "Ignore cc.Module.HideFromMake when producing flattened apex Android.mk entries" by Colin Cross · 4 years, 5 months ago
  94. 13b03bf Merge "Clean symbols directory during installclean" by Colin Cross · 4 years, 5 months ago
  95. fdf4050 Merge "Fix build failure when building unbundled apps (second try)" by Paul Duffin · 4 years, 5 months ago
  96. bb546aa Merge "bp2build: add bugs and update bp2build denylist." by Jingwen Chen · 4 years, 5 months ago
  97. 3f9af76 Merge "Move configuration checks from getBootImageJar" by Treehugger Robot · 4 years, 5 months ago
  98. d504c3a Fix build failure when building unbundled apps (second try) by Paul Duffin · 4 years, 5 months ago
  99. f794e82 Merge "Exclude RequiresApi from generated stubs" by Andrei-Valentin Onea · 4 years, 5 months ago
  100. d6894ca Split findAndCopyBootJars into separate find and copy functions by Paul Duffin · 4 years, 5 months ago