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