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