aboutsummaryrefslogtreecommitdiff
path: root/sdk/sdk.go
AgeCommit message (Expand)Author
2022-12-12Remove memberMutator and use DepsMutator insteadPaul Duffin
2022-12-12Remove memberDepsMutator, SdkAware et alPaul Duffin
2022-05-24Remove support for generating versioned snapshotsPaul Duffin
2022-05-20Remove memberInterVersionMutator.Lukacs T. Berki
2022-05-06For each sdk built generate a JSON file describing its contentsPaul Duffin
2022-04-21Remove unused uses_sdks property for apexesLiz Kammer
2021-09-23Removes usages of SdkMemberTrait/TypeRegistry outside android/sdk.goPaul Duffin
2021-09-23Add support to sdk/module_exports to specify required traitsPaul Duffin
2021-08-31Separate sdk member type functionality into its own filePaul Duffin
2021-08-31Make sdk member type related types and vars type specificPaul Duffin
2021-08-31Refactor SdkMemberType.AddDependencies()Paul Duffin
2021-07-07Revert "Flag to control if generated SDK prebuilts are preferred."Mathew Inwood
2021-06-29Flag to control if generated SDK prebuilts are preferred.Mathew Inwood
2021-05-11Allow an sdk member type not to provide a bp propertyPaul Duffin
2021-05-06Make licenseModule SdkAwarePaul Duffin
2021-05-06Merge "Ensure current.zip is put in the right place."Mathew Inwood
2021-05-06Ensure current.zip is put in the right place.Mathew Inwood
2021-04-24Generate snapshot member list properties from dependenciesPaul Duffin
2021-04-24Allow exporting of sdk members to be done per tagPaul Duffin
2021-04-24Rename sdkMemberRef to sdkMemberVariantDepPaul Duffin
2021-03-25Improve sdk snapshot testingPaul Duffin
2021-03-22Ensure that DepIsInSameApex is not called for ExcludeFromApexContentsTagPaul Duffin
2021-03-18Prevent ApexInfoMutator from creating unnecessary variantsPaul Duffin
2021-03-09Extract sdk registration code into function for reusePaul Duffin
2020-12-07Remove AndroidMkExtraFootersFunc entries param.Jaewoong Jung
2020-10-02Add prebuilt_visibility propertyPaul Duffin
2020-07-24Avoid creating APEX variant for sdk memberPaul Duffin
2020-07-07Prepend default to allow overriding in the bp file.Martin Stjernholm
2020-07-07Do not follow SDK member dependencies for APEX payloads.Martin Stjernholm
2020-06-25Support multiple dists per Android.bp module, and dist output selection.Jingwen Chen
2020-04-08Stop requiring apex_available on java_library members of sdksPaul Duffin
2020-04-07Extract DepIsInSameApex and RequiredSdks interfacesPaul Duffin
2020-03-23Sdk snapshot set compile_multilib per OsTypePaul Duffin
2020-03-13Copy shared_libs and system_shared_libs to module snapshotPaul Duffin
2020-03-10Allow sdk members to vary by os typePaul Duffin
2020-03-04Add a nice install paths for module SDKs and exports.Nicolas Geoffray
2020-03-02Add CommonOS variant for sdkPaul Duffin
2020-02-28Avoid invoking sdk member to add empty list of dependenciesPaul Duffin
2020-02-20Do not add dependencies from disabled sdk variants to its membersPaul Duffin
2020-02-07Differentiate between exported and internal sdk membersPaul Duffin
2020-01-30Make sdkMemberDependencyTag usable outside sdk packagePaul Duffin
2020-01-15Exclude sdkMemberVersionedDepTag from visibility enforcementPaul Duffin
2019-12-31Restrict SdkMemberTypes that can be used with sdk/sdk_snapshotPaul Duffin
2019-12-30Added module_exports/_snapshot as alias for sdk/_snapshotPaul Duffin
2019-12-13Decouple addition of new sdk member types from sdk codePaul Duffin
2019-12-12Added support for using static libraries in sdk snapshotPaul Duffin
2019-12-12Sort sdkProperties by package and then namePaul Duffin
2019-12-11AndroidMkEntries() returns multiple AndroidMkEntries structsJiyong Park
2019-12-06Support header and implementation jars in sdkPaul Duffin
2019-12-06Organize sdk member propertiesPaul Duffin