summaryrefslogtreecommitdiff
path: root/sdk/sdk.go
AgeCommit message (Expand)Author
2020-10-02Add prebuilt_visibility property Paul Duffin
2020-07-24Avoid creating APEX variant for sdk member Paul 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 sdks Paul Duffin
2020-04-07Extract DepIsInSameApex and RequiredSdks interfaces Paul Duffin
2020-03-23Sdk snapshot set compile_multilib per OsType Paul Duffin
2020-03-13Copy shared_libs and system_shared_libs to module snapshot Paul Duffin
2020-03-10Allow sdk members to vary by os type Paul Duffin
2020-03-04Add a nice install paths for module SDKs and exports. Nicolas Geoffray
2020-03-02Add CommonOS variant for sdk Paul Duffin
2020-02-28Avoid invoking sdk member to add empty list of dependencies Paul Duffin
2020-02-20Do not add dependencies from disabled sdk variants to its members Paul Duffin
2020-02-07Differentiate between exported and internal sdk members Paul Duffin
2020-01-30Make sdkMemberDependencyTag usable outside sdk package Paul Duffin
2020-01-15Exclude sdkMemberVersionedDepTag from visibility enforcement Paul Duffin
2019-12-31Restrict SdkMemberTypes that can be used with sdk/sdk_snapshot Paul Duffin
2019-12-30Added module_exports/_snapshot as alias for sdk/_snapshot Paul Duffin
2019-12-13Decouple addition of new sdk member types from sdk code Paul Duffin
2019-12-12Added support for using static libraries in sdk snapshot Paul Duffin
2019-12-12Sort sdkProperties by package and then name Paul Duffin
2019-12-11AndroidMkEntries() returns multiple AndroidMkEntries structs Jiyong Park
2019-12-06Support header and implementation jars in sdk Paul Duffin
2019-12-06Organize sdk member properties Paul Duffin
2019-12-06Parameterize the sdk member processing Paul Duffin
2019-12-06Use static build rules in snapshot generation Paul Duffin
2019-11-28Remove unused frozenVersions() method Paul Duffin
2019-11-26Check the contents of an SDK snapshot's generated Android.bp Paul Duffin
2019-11-25Merge changes I0dcc9c7b,I9bc40642 Colin Cross
2019-11-22Adds droidstubs support to sdk module Paul Duffin
2019-11-22Simplify building an SDK snapshot from the command line Paul Duffin
2019-11-20Move cc.imageMutator into the android package Colin Cross
2019-11-07SDK snapshot is dist'ed Jiyong Park
2019-11-06sdk modules are by default compile_multilib: "both" Jiyong Park
2019-10-29native shared libs in an SDK can be snapshotted Jiyong Park
2019-10-18Merge "Prohibit dependencies outside of uses_sdks" Treehugger Robot
2019-10-17Merge "Add method to determine variations from a Target" Colin Cross
2019-10-17Prohibit dependencies outside of uses_sdks Jiyong Park
2019-10-16Add method to determine variations from a Target Colin Cross
2019-10-15Create scripts to update and freeze a module SDK Jiyong Park
2019-09-22Introduce module type 'sdk' Jiyong Park