1. 2156abe Remove memberMutator and use DepsMutator instead by Paul Duffin · 2 years, 11 months ago
  2. 0e2a5bc Remove memberDepsMutator, SdkAware et al by Paul Duffin · 2 years, 11 months ago
  3. 5e71e68 Replace usages of SdkAware in sdk module with Module by Paul Duffin · 2 years, 11 months ago
  4. 80e7f73 Stop using versioned snapshots in TestBasicSdkWithBootclasspathFragment by Paul Duffin · 2 years, 11 months ago
  5. bb638eb Output min_sdk_version to snapshot by Paul Duffin · 2 years, 11 months ago
  6. 032734c Merge "Remove support for unused env vars from sdk snapshot generation" by Paul Duffin · 2 years, 11 months ago
  7. 7ed6ff8 Revert "Improve error reporting when depending on prebuilt implementation jar" by Paul Duffin · 2 years, 11 months ago
  8. 82d75ad Remove support for unused env vars from sdk snapshot generation by Paul Duffin · 3 years ago
  9. c61783b Improve error reporting when depending on prebuilt implementation jar by Paul Duffin · 3 years ago
  10. 20d90e3 Prevent bootImageVariant.licenseMetadataFile being set twice by Paul Duffin · 3 years ago
  11. 8eb4573 Test bootImageConfig/Variant fields by Paul Duffin · 3 years ago
  12. 03d2cef Add UpsideDownCake to the releases for which snapshots can be built by Paul Duffin · 3 years, 1 month ago
  13. e840995 java_sdk_library: Use dist_stem when generating sdk snapshot file names by Paul Duffin · 3 years, 1 month ago
  14. bfdca96 Add sdk:"keep" tag support by Paul Duffin · 3 years, 1 month ago
  15. 02e25c8 Rename sdk field tag "keep" to "ignore" by Paul Duffin · 3 years, 1 month ago
  16. 1938dba Exclude unsupported libraries from sdk snapshot by Paul Duffin · 3 years, 3 months ago
  17. 42a49f1 Add current build release by Paul Duffin · 3 years, 2 months ago
  18. 3f1ae0b Add hidden API properties to java_sdk_library modules by Paul Duffin · 3 years, 3 months ago
  19. d079e0b Reformat build/soong for go 1.19 by Colin Cross · 3 years, 2 months ago
  20. fcf7985 Export any platform_compat_config used by apex to sdk snapshot by Paul Duffin · 3 years, 3 months ago
  21. 74f1dcd Sort files in sdk snapshot zip to ensure consistent behavior by Paul Duffin · 3 years, 3 months ago
  22. 1364891 Use implementation jar for updatable-media in snapshot for S by Paul Duffin · 3 years, 3 months ago
  23. 4e7d1c4 Add apexes property to sdk by Paul Duffin · 3 years, 5 months ago
  24. f861df7 Stop exporting systemserverclasspath_fragment when targeting S by Paul Duffin · 3 years, 4 months ago
  25. 9fd5647 bootclasspath_fragment: Require at least one hidden_api package property by Paul Duffin · 3 years, 7 months ago
  26. b01ac4b Remove support for generating versioned snapshots by Paul Duffin · 3 years, 5 months ago
  27. 91f10ec Merge "Handle multiple linkages in sdk snapshots" by Liz Kammer · 3 years, 5 months ago
  28. 96320df Handle multiple linkages in sdk snapshots by Liz Kammer · 3 years, 5 months ago
  29. 4668e99 Merge "Remove memberInterVersionMutator." by Lukács T. Berki · 3 years, 5 months ago
  30. ab392ed Remove memberInterVersionMutator. by Lukacs T. Berki · 3 years, 5 months ago
  31. 958806b Add custom java_sdk_library info to the SDK info file by Paul Duffin · 3 years, 5 months ago
  32. c6ba182 For each sdk built generate a JSON file describing its contents by Paul Duffin · 3 years, 5 months ago
  33. 7eed538 Remove unused uses_sdks property for apexes by Liz Kammer · 3 years, 6 months ago
  34. 51509a1 Copy the out/soong/build_number.txt file into sdk snapshots by Paul Duffin · 3 years, 6 months ago
  35. e7babdb Use Tiramisu instead of T in supported_build_releases by Paul Duffin · 3 years, 8 months ago
  36. a54016c Only output annotations properties in snapshots for T+ by Paul Duffin · 3 years, 9 months ago
  37. 106a3a4 Allow pruning of unsupported fields in structs in maps by Paul Duffin · 3 years, 9 months ago
  38. 545c592 Refactor build_release and test code by Paul Duffin · 3 years, 9 months ago
  39. 49b1eb6 Add ART boot image profile to the ART APEX. by Jiakai Zhang · 3 years, 11 months ago
  40. 191be3a Retry: Separate hidden API flags needed in sdk snapshots for S and T by Paul Duffin · 4 years, 2 months ago
  41. 39abf8f Retry: Support generating sdk snapshot for specific build release by Paul Duffin · 4 years, 1 month ago
  42. 203ec01 Revert "Support generating sdk snapshot for specific build release" by Salmax Chang · 4 years ago
  43. 8194d61 Revert "Separate hidden API flags needed in sdk snapshots for S and T" by Salmax Chang · 4 years ago
  44. ba68c93 Separate hidden API flags needed in sdk snapshots for S and T by Paul Duffin · 4 years, 2 months ago
  45. ef2df58 Support generating sdk snapshot for specific build release by Paul Duffin · 4 years, 1 month ago
  46. 0c3acbf Support pruning properties by build release by Paul Duffin · 4 years, 2 months ago
  47. 1812294 Support handling build releases in sdk snapshot by Paul Duffin · 4 years, 2 months ago
  48. a8d8660 Generate prebuilt_systemserverclasspath_fragment. by Jiakai Zhang · 4 years, 1 month ago
  49. ea18033 Add a new SDK member type java_systemserver_libs. by Jiakai Zhang · 4 years, 1 month ago
  50. a14b18f Merge "Remove updatable-bcp-packages.txt." by Jiakai Zhang · 4 years, 1 month ago
  51. 12a0a31 Add ramdisk image sdk trait to cc_library_headers by Paul Duffin · 4 years, 1 month ago
  52. 6369622 Add recovery image sdk trait to cc_library_headers by Paul Duffin · 4 years, 1 month ago
  53. b42fa67 Insert imageVariantSpecificInfo between arch and link info by Paul Duffin · 4 years, 1 month ago
  54. cf6bf37 Merge changes I957f3df8,I68986dcc by Martin Stjernholm · 4 years, 1 month ago
  55. 46eb0fd Remove updatable-bcp-packages.txt. by Jiakai Zhang · 4 years, 1 month ago
  56. 8be1e6d Propagate the dex jar path as an OptionalPath which is either valid or by Martin Stjernholm · 4 years, 1 month ago
  57. 0a74280 Merge "Removes usages of SdkMemberTrait/TypeRegistry outside android/sdk.go" by Paul Duffin · 4 years, 1 month ago
  58. 15e9238 Merge "Add support for native bridge trait" by Paul Duffin · 4 years, 1 month ago
  59. 6949183 Merge "Allow sdk snapshot code to identify native bridge variants" by Paul Duffin · 4 years, 1 month ago
  60. 95a1d16 Merge "Add support to sdk/module_exports to specify required traits" by Paul Duffin · 4 years, 1 month ago
  61. 30c830b Removes usages of SdkMemberTrait/TypeRegistry outside android/sdk.go by Paul Duffin · 4 years, 1 month ago
  62. 93b750e Add support for native bridge trait by Paul Duffin · 6 years ago
  63. fefdb0b Allow sdk snapshot code to identify native bridge variants by Paul Duffin · 4 years, 1 month ago
  64. d19f894 Add support to sdk/module_exports to specify required traits by Paul Duffin · 4 years, 3 months ago
  65. d78eb76 Add annotations.zip support to java_sdk_library by Anton Hansson · 4 years, 1 month ago
  66. 9428970 Improve the documentation in the android/sdk.go file by Paul Duffin · 4 years, 1 month ago
  67. 0573295 Remove unnecessary archTypeSpecificInfo.optimizableProperties() by Paul Duffin · 4 years, 1 month ago
  68. f68f85a Move setting of link type properties to linkPropertyInfo by Paul Duffin · 4 years, 1 month ago
  69. f7b3d0d Rename SdkMemberTypeDependencyTag to SdkMemberDependencyTag by Paul Duffin · 4 years, 1 month ago
  70. 4e7e202 Separate sdk member type functionality into its own file by Paul Duffin · 4 years, 3 months ago
  71. 62782de Make sdk member type related types and vars type specific by Paul Duffin · 4 years, 3 months ago
  72. 296701e Refactor SdkMemberType.AddDependencies() by Paul Duffin · 4 years, 3 months ago
  73. 1f0cc77 Merge "Filter blocked entries from modular flag files" by Paul Duffin · 4 years, 2 months ago
  74. 280bae6 Filter blocked entries from modular flag files by Paul Duffin · 4 years, 3 months ago
  75. 721f42d Merge "Fix tests to use correct fixtures for configuring (Apex)BootJars." by satayev · 4 years, 2 months ago
  76. abcd597 Fix tests to use correct fixtures for configuring (Apex)BootJars. by satayev · 4 years, 2 months ago
  77. 8d007e9 Export signature patterns to sdk snapshot by Paul Duffin · 4 years, 3 months ago
  78. 67b9d61 Separate creation of signature patterns from overlap checking by Paul Duffin · 4 years, 3 months ago
  79. 4102c0c Merge "Rename UpdatableBootJars to ApexBootJars." by satayev · 4 years, 3 months ago
  80. 2231f8a Merge "Remove default_shared_libs" by Treehugger Robot · 4 years, 3 months ago
  81. 6b8f425 Remove default_shared_libs by Colin Cross · 4 years, 3 months ago
  82. d604b21 Rename UpdatableBootJars to ApexBootJars. by satayev · 4 years, 3 months ago
  83. cb0ac95 Remove Fuchsia support from Soong by Colin Cross · 4 years, 3 months ago
  84. 0c66bc6 Replace android.BuildOs with Config.BuildOS by Colin Cross · 4 years, 3 months ago
  85. 5c21145 Revert "Export implementation class jars for java_boot_libs" by Paul Duffin · 4 years, 3 months ago
  86. da286f4 Make bootclasspath_fragments always perform hidden API processing by Paul Duffin · 4 years, 4 months ago
  87. 630b11e Build updatable-bcp-packages.txt from prebuilts in sdk snapshot by Paul Duffin · 4 years, 3 months ago
  88. 869de14 Propagate permitted packages to sdk snapshot by Paul Duffin · 4 years, 3 months ago
  89. fb9a7f9 Support generating sdk snapshots that can be selected by Soong config vars by Paul Duffin · 4 years, 3 months ago
  90. af60f41 Merge "Revert "Flag to control if generated SDK prebuilts are preferred."" by Treehugger Robot · 4 years, 3 months ago
  91. 7e9ddbe Revert "Flag to control if generated SDK prebuilts are preferred." by Mathew Inwood · 4 years, 3 months ago
  92. 8c3339f Merge "Support shared_libs, static_libs and default_shared_libs in cc_object" by Colin Cross · 4 years, 4 months ago
  93. 1a58d1a Merge "Flag to control if generated SDK prebuilts are preferred." by Treehugger Robot · 4 years, 4 months ago
  94. e19e619 Merge "Add default_shared_libs property" by Colin Cross · 4 years, 4 months ago
  95. d0b99ce Flag to control if generated SDK prebuilts are preferred. by Mathew Inwood · 4 years, 5 months ago
  96. 137d7da Support shared_libs, static_libs and default_shared_libs in cc_object by Colin Cross · 4 years, 4 months ago
  97. 5cca7c4 Support hidden API processing for modules that use platform APIs by Paul Duffin · 4 years, 5 months ago
  98. ea8f808 Ensure consistent APEX variation for java_sdk_library and java_sdk_library_import by Paul Duffin · 4 years, 4 months ago
  99. b97b157 Remove duplicate component from sdk snapshot by Paul Duffin · 4 years, 6 months ago
  100. 51227d8 Output bootclasspath_fragment's fragments property to sdk snapshot by Paul Duffin · 4 years, 5 months ago