1. 5e71e68 Replace usages of SdkAware in sdk module with Module by Paul Duffin · 2 years, 9 months ago
  2. 032734c Merge "Remove support for unused env vars from sdk snapshot generation" by Paul Duffin · 2 years, 9 months ago
  3. 7ed6ff8 Revert "Improve error reporting when depending on prebuilt implementation jar" by Paul Duffin · 2 years, 10 months ago
  4. 82d75ad Remove support for unused env vars from sdk snapshot generation by Paul Duffin · 2 years, 10 months ago
  5. c61783b Improve error reporting when depending on prebuilt implementation jar by Paul Duffin · 2 years, 11 months ago
  6. bfdca96 Add sdk:"keep" tag support by Paul Duffin · 3 years ago
  7. 02e25c8 Rename sdk field tag "keep" to "ignore" by Paul Duffin · 3 years ago
  8. 1938dba Exclude unsupported libraries from sdk snapshot by Paul Duffin · 3 years, 1 month ago
  9. 42a49f1 Add current build release by Paul Duffin · 3 years, 1 month ago
  10. 74f1dcd Sort files in sdk snapshot zip to ensure consistent behavior by Paul Duffin · 3 years, 2 months ago
  11. 1364891 Use implementation jar for updatable-media in snapshot for S by Paul Duffin · 3 years, 2 months ago
  12. 4e7d1c4 Add apexes property to sdk by Paul Duffin · 3 years, 4 months ago
  13. f861df7 Stop exporting systemserverclasspath_fragment when targeting S by Paul Duffin · 3 years, 2 months ago
  14. b01ac4b Remove support for generating versioned snapshots by Paul Duffin · 3 years, 3 months ago
  15. 91f10ec Merge "Handle multiple linkages in sdk snapshots" by Liz Kammer · 3 years, 3 months ago
  16. 96320df Handle multiple linkages in sdk snapshots by Liz Kammer · 3 years, 4 months ago
  17. 958806b Add custom java_sdk_library info to the SDK info file by Paul Duffin · 3 years, 4 months ago
  18. c6ba182 For each sdk built generate a JSON file describing its contents by Paul Duffin · 3 years, 4 months ago
  19. 51509a1 Copy the out/soong/build_number.txt file into sdk snapshots by Paul Duffin · 3 years, 5 months ago
  20. 39abf8f Retry: Support generating sdk snapshot for specific build release by Paul Duffin · 4 years ago
  21. 203ec01 Revert "Support generating sdk snapshot for specific build release" by Salmax Chang · 4 years ago
  22. ef2df58 Support generating sdk snapshot for specific build release by Paul Duffin · 4 years ago
  23. b42fa67 Insert imageVariantSpecificInfo between arch and link info by Paul Duffin · 4 years ago
  24. fefdb0b Allow sdk snapshot code to identify native bridge variants by Paul Duffin · 4 years ago
  25. d19f894 Add support to sdk/module_exports to specify required traits by Paul Duffin · 4 years, 2 months ago
  26. 9428970 Improve the documentation in the android/sdk.go file by Paul Duffin · 4 years ago
  27. 0573295 Remove unnecessary archTypeSpecificInfo.optimizableProperties() by Paul Duffin · 4 years ago
  28. f68f85a Move setting of link type properties to linkPropertyInfo by Paul Duffin · 4 years ago
  29. f7b3d0d Rename SdkMemberTypeDependencyTag to SdkMemberDependencyTag by Paul Duffin · 4 years ago
  30. 62782de Make sdk member type related types and vars type specific by Paul Duffin · 4 years, 2 months ago
  31. cb0ac95 Remove Fuchsia support from Soong by Colin Cross · 4 years, 1 month ago
  32. 5c21145 Revert "Export implementation class jars for java_boot_libs" by Paul Duffin · 4 years, 2 months ago
  33. fb9a7f9 Support generating sdk snapshots that can be selected by Soong config vars by Paul Duffin · 4 years, 2 months ago
  34. 7e9ddbe Revert "Flag to control if generated SDK prebuilts are preferred." by Mathew Inwood · 4 years, 2 months ago
  35. d0b99ce Flag to control if generated SDK prebuilts are preferred. by Mathew Inwood · 4 years, 4 months ago
  36. 5cca7c4 Support hidden API processing for modules that use platform APIs by Paul Duffin · 4 years, 3 months ago
  37. b97b157 Remove duplicate component from sdk snapshot by Paul Duffin · 4 years, 4 months ago
  38. 51227d8 Output bootclasspath_fragment's fragments property to sdk snapshot by Paul Duffin · 4 years, 4 months ago
  39. a08e4dc Refactor the printing of an sdk snapshot's Android.bp contents by Paul Duffin · 4 years, 2 months ago
  40. 43f7bf0 Add SOONG_SDK_SNAPSHOT_VERSION support by Paul Duffin · 4 years, 4 months ago
  41. 6213170 Add package module to sdk snapshot that contains licenses by Paul Duffin · 4 years, 4 months ago
  42. b0bb376 Add license modules to the sdk by Paul Duffin · 4 years, 4 months ago
  43. 0df4968 Add support for name-less modules and property comments by Paul Duffin · 4 years, 4 months ago
  44. 1308205 Allow an sdk member type not to provide a bp property by Paul Duffin · 4 years, 4 months ago
  45. 0d4ed0a Allow sdk snapshot to contain source module type by Paul Duffin · 4 years, 4 months ago
  46. 83ad956 Move setting of prefer to createMemberSnapshot by Paul Duffin · 4 years, 4 months ago
  47. 64fb526 Add SOONG_SDK_SNAPSHOT_PREFER support by Paul Duffin · 4 years, 4 months ago
  48. 2d3da31 Make all SdkMemberTypes support transitive member deps by Paul Duffin · 4 years, 4 months ago
  49. eee466e Pass module to SdkMemberTypeDependencyTag.SdkMemberType by Paul Duffin · 4 years, 4 months ago
  50. cd06467 Generate snapshot member list properties from dependencies by Paul Duffin · 4 years, 4 months ago
  51. a720811 Allow exporting of sdk members to be done per tag by Paul Duffin · 4 years, 4 months ago
  52. 2d1bb89 Extract the os specific snapshot module properties handling by Paul Duffin · 4 years, 4 months ago
  53. fbe470e Dedup snapshot module property set initialization by Paul Duffin · 4 years, 4 months ago
  54. 7b0259f Make order of properties in snapshot module consistent by Paul Duffin · 4 years, 4 months ago
  55. cc3132e Clarify behavior around handling of sdk members by Paul Duffin · 4 years, 4 months ago
  56. 2182726 Rename sdkMemberRef to sdkMemberVariantDep by Paul Duffin · 4 years, 4 months ago
  57. 26197a6 Extract addSnapshotModule from buildSnapshot by Paul Duffin · 4 years, 4 months ago
  58. ee9b24e Do not output two trailing newlines in generated bp files. by Martin Stjernholm · 4 years, 5 months ago
  59. 2f6a21e Export OsTypeList through a function. by Jingwen Chen · 4 years, 5 months ago
  60. d075907 Support testing versioned/unversioned sdk Android.bp files separately by Paul Duffin · 4 years, 7 months ago
  61. 22ff0aa Export implementation class jars for java_boot_libs by Paul Duffin · 4 years, 7 months ago
  62. db170e4 Add java_boot_libs to sdk by Paul Duffin · 4 years, 9 months ago
  63. f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 4 years, 10 months ago
  64. 1e04109 Always set apex_available in SDK snapshots. by Martin Stjernholm · 4 years, 10 months ago
  65. 8fe14e6 Enable sdk and sdk members in os_arch granularity by Jiyong Park · 4 years, 11 months ago
  66. 157f40f Add prebuilt_visibility property by Paul Duffin · 5 years ago
  67. dc6f2b0 Merge "Propagate all sanitizer flags in SDK snapshots." by Martin Stjernholm · 5 years ago
  68. b024957 Propagate all sanitizer flags in SDK snapshots. by Martin Stjernholm · 5 years ago
  69. 1613e55 HostCross is an attribute of a Target, not OsType by Jiyong Park · 5 years ago
  70. 053fca1 Support ninja rsp files in soong_zip by Colin Cross · 5 years ago
  71. caa47d7 Disable all host OS variants except those explicitly included. by Martin Stjernholm · 5 years ago
  72. 4cfa2c6 Set compile_multilib for SDK snapshots for device. by Martin Stjernholm · 5 years ago
  73. 89238f4 Add compile_multilib properties to all native prebuilts (reland). by Martin Stjernholm · 5 years ago
  74. ca7b2c3 Merge "Revert "Add compile_multilib properties to all native prebuilts."" by Jakub Pawlowski · 5 years ago
  75. 29936ae Revert "Add compile_multilib properties to all native prebuilts." by Charles Chen · 5 years ago
  76. 6da6973 Merge "Add compile_multilib properties to all native prebuilts." by Treehugger Robot · 5 years ago
  77. 1e9c267 Add compile_multilib properties to all native prebuilts. by Martin Stjernholm · 5 years ago
  78. afa6a77 Fix string concatenation error by Colin Cross · 5 years ago
  79. 440e0d0 Use inclusive language in build/soong by Colin Cross · 5 years ago
  80. f88d8e0 Syntax check generated Android.bp snapshot by Paul Duffin · 5 years ago
  81. 1110827 Defer \n quoting generatedContents until creating the ninja rule by Paul Duffin · 5 years ago
  82. 7a1f7f3 Retry: Fix snapshot of a host/device cc_library with stubs by Paul Duffin · 5 years ago
  83. c459f89 Retry: Adds support for 'ignored-on-host' by Paul Duffin · 5 years ago
  84. 864e1b4 Retry: Detect invalid arch specific properties in snapshot by Paul Duffin · 5 years ago
  85. e509447 Revert "Detect invalid arch specific properties in snapshot" by Greg Kaiser · 5 years ago
  86. e08e03f Revert "Adds support for 'ignored-on-host'" by Greg Kaiser · 5 years ago
  87. ad913d5 Revert "Fix snapshot of a host/device cc_library with stubs" by Greg Kaiser · 5 years ago
  88. 2af5238 Fix snapshot of a host/device cc_library with stubs by Paul Duffin · 5 years ago
  89. 12f67bc Adds support for 'ignored-on-host' by Paul Duffin · 5 years ago
  90. ee20962 Detect invalid arch specific properties in snapshot by Paul Duffin · 5 years ago
  91. 4b8b793 Allow extractCommonProperties to return an error by Paul Duffin · 5 years ago
  92. b28369a Encapsulate getter into an extractorProperty structure by Paul Duffin · 5 years ago
  93. f34f6d8 Encapsulate properties to be optimized in a container by Paul Duffin · 5 years ago
  94. 7b5f1a6 Use reflect.Zero(type) to get value to clear field by Paul Duffin · 5 years ago
  95. 6a7e953 Sdk snapshot set compile_multilib per OsType by Paul Duffin · 5 years ago
  96. 495ffb9 Remove old SdkMemberType API for creating snapshot modules by Paul Duffin · 5 years ago
  97. a551a1c Improve consistency of handling java snapshot properties by Paul Duffin · 5 years ago
  98. 3a4eb50 Make new module creation API more flexible by Paul Duffin · 5 years ago
  99. 9c3760e Add abstraction for tracking compile multilib usages by Paul Duffin · 5 years ago
  100. 9b76c0b Add support for using cc_library in sdk/module_exports by Paul Duffin · 5 years ago