1. dbd8eb1 Remove unused uses_sdks property for apexes by Liz Kammer · 2 years, 9 months ago
  2. 30c830b Removes usages of SdkMemberTrait/TypeRegistry outside android/sdk.go by Paul Duffin · 3 years, 4 months ago
  3. d19f894 Add support to sdk/module_exports to specify required traits by Paul Duffin · 3 years, 6 months ago
  4. 4e7e202 Separate sdk member type functionality into its own file by Paul Duffin · 3 years, 6 months ago
  5. 62782de Make sdk member type related types and vars type specific by Paul Duffin · 3 years, 6 months ago
  6. 296701e Refactor SdkMemberType.AddDependencies() by Paul Duffin · 3 years, 6 months ago
  7. 7e9ddbe Revert "Flag to control if generated SDK prebuilts are preferred." by Mathew Inwood · 3 years, 6 months ago
  8. d0b99ce Flag to control if generated SDK prebuilts are preferred. by Mathew Inwood · 3 years, 8 months ago
  9. 1308205 Allow an sdk member type not to provide a bp property by Paul Duffin · 3 years, 8 months ago
  10. b9e7a3c Make licenseModule SdkAware by Paul Duffin · 3 years, 8 months ago
  11. 7e554ec Merge "Ensure current.zip is put in the right place." by Mathew Inwood · 3 years, 8 months ago
  12. 60770e2 Ensure current.zip is put in the right place. by Mathew Inwood · 3 years, 8 months ago
  13. cd06467 Generate snapshot member list properties from dependencies by Paul Duffin · 3 years, 9 months ago
  14. a720811 Allow exporting of sdk members to be done per tag by Paul Duffin · 3 years, 9 months ago
  15. 2182726 Rename sdkMemberRef to sdkMemberVariantDep by Paul Duffin · 3 years, 9 months ago
  16. 1822a0a Improve sdk snapshot testing by Paul Duffin · 3 years, 10 months ago
  17. 4c3e8e2 Ensure that DepIsInSameApex is not called for ExcludeFromApexContentsTag by Paul Duffin · 3 years, 10 months ago
  18. 573989d Prevent ApexInfoMutator from creating unnecessary variants by Paul Duffin · 3 years, 10 months ago
  19. 6d9108f0 Extract sdk registration code into function for reuse by Paul Duffin · 3 years, 10 months ago
  20. 02b11a6 Remove AndroidMkExtraFootersFunc entries param. by Jaewoong Jung · 4 years, 1 month ago
  21. 157f40f Add prebuilt_visibility property by Paul Duffin · 4 years, 4 months ago
  22. a37eca2 Avoid creating APEX variant for sdk member by Paul Duffin · 4 years, 6 months ago
  23. 26ab8e8 Prepend default to allow overriding in the bp file. by Martin Stjernholm · 4 years, 7 months ago
  24. cc77601 Do not follow SDK member dependencies for APEX payloads. by Martin Stjernholm · 4 years, 6 months ago
  25. 40fd90a Support multiple dists per Android.bp module, and dist output selection. by Jingwen Chen · 4 years, 7 months ago
  26. 6534770 Stop requiring apex_available on java_library members of sdks by Paul Duffin · 4 years, 10 months ago
  27. 923e8a5 Extract DepIsInSameApex and RequiredSdks interfaces by Paul Duffin · 4 years, 10 months ago
  28. 6a7e953 Sdk snapshot set compile_multilib per OsType by Paul Duffin · 4 years, 10 months ago
  29. 13f0271 Copy shared_libs and system_shared_libs to module snapshot by Paul Duffin · 4 years, 10 months ago
  30. 865171e Allow sdk members to vary by os type by Paul Duffin · 4 years, 11 months ago
  31. 1228e9c Add a nice install paths for module SDKs and exports. by Nicolas Geoffray · 4 years, 11 months ago
  32. 1356d8c Add CommonOS variant for sdk by Paul Duffin · 4 years, 11 months ago
  33. cc1b3da Avoid invoking sdk member to add empty list of dependencies by Paul Duffin · 4 years, 11 months ago
  34. 583bf7e Do not add dependencies from disabled sdk variants to its members by Paul Duffin · 5 years ago
  35. 7291095 Differentiate between exported and internal sdk members by Paul Duffin · 5 years ago
  36. f853992 Make sdkMemberDependencyTag usable outside sdk package by Paul Duffin · 5 years ago
  37. fe14922 Exclude sdkMemberVersionedDepTag from visibility enforcement by Paul Duffin · 5 years ago
  38. e602918 Restrict SdkMemberTypes that can be used with sdk/sdk_snapshot by Paul Duffin · 5 years ago
  39. 8150da6 Added module_exports/_snapshot as alias for sdk/_snapshot by Paul Duffin · 5 years ago
  40. 255f18e Decouple addition of new sdk member types from sdk code by Paul Duffin · 5 years ago
  41. 9ab556f Added support for using static libraries in sdk snapshot by Paul Duffin · 5 years ago
  42. fa02872 Sort sdkProperties by package and then name by Paul Duffin · 5 years ago
  43. 0b0e1b9 AndroidMkEntries() returns multiple AndroidMkEntries structs by Jiyong Park · 5 years ago
  44. a0dbf43 Support header and implementation jars in sdk by Paul Duffin · 5 years ago
  45. a6e737b Organize sdk member properties by Paul Duffin · 5 years ago
  46. 1387957 Parameterize the sdk member processing by Paul Duffin · 5 years ago
  47. 375058f Use static build rules in snapshot generation by Paul Duffin · 5 years ago
  48. 7264c69 Remove unused frozenVersions() method by Paul Duffin · 5 years ago
  49. ac37c50 Check the contents of an SDK snapshot's generated Android.bp by Paul Duffin · 5 years ago
  50. 09ef474 Merge changes I0dcc9c7b,I9bc40642 by Colin Cross · 5 years ago
  51. 9154718 Adds droidstubs support to sdk module by Paul Duffin · 5 years ago
  52. 504b461 Simplify building an SDK snapshot from the command line by Paul Duffin · 5 years ago
  53. 7228ecd Move cc.imageMutator into the android package by Colin Cross · 5 years ago
  54. 232e785 SDK snapshot is dist'ed by Jiyong Park · 5 years ago
  55. 100f3fd sdk modules are by default compile_multilib: "both" by Jiyong Park · 5 years ago
  56. 73c54ee native shared libs in an SDK can be snapshotted by Jiyong Park · 5 years ago
  57. c5bba64 Merge "Prohibit dependencies outside of uses_sdks" by Treehugger Robot · 5 years ago
  58. ad4a597 Merge "Add method to determine variations from a Target" by Colin Cross · 5 years ago
  59. a7bc8ad Prohibit dependencies outside of uses_sdks by Jiyong Park · 5 years ago
  60. 0f7d2ef Add method to determine variations from a Target by Colin Cross · 5 years ago
  61. 9b409bc Create scripts to update and freeze a module SDK by Jiyong Park · 5 years ago
  62. d1063c1 Introduce module type 'sdk' by Jiyong Park · 6 years ago