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
/
java_sdk_test.go
Age
Commit message (
Expand
)
Author
2020-11-19
Revert "Use glob for java_sdk_library_import stub_srcs"
Paul Duffin
2020-11-17
Merge "Always set apex_available in SDK snapshots."
Treehugger Robot
2020-11-10
Remove support for droidstubs in sdk/module_exports
Paul Duffin
2020-11-09
Use glob for java_sdk_library_import stub_srcs
Paul Duffin
2020-11-04
Always set apex_available in SDK snapshots.
Martin Stjernholm
2020-10-09
Revert "Make lots of tests run in parallel"
Colin Cross
2020-10-06
Make lots of tests run in parallel
Colin Cross
2020-10-01
Explicitly specify visibility in sdk/module_exports snapshot
Paul Duffin
2020-09-28
Allow java_sdk_library to specify doctags_files
Paul Duffin
2020-09-11
Remove framework-modules naming scheme
Paul Duffin
2020-08-19
Reland: Deduplicate APEX variants that would build identically
Colin Cross
2020-07-24
Avoid creating APEX variant for sdk member
Paul Duffin
2020-07-23
Enforce the legacy core/platform API restriction.
Pete Gillin
2020-07-20
Generate module lib API and scope together
Paul Duffin
2020-07-15
Disable all SDK snapshot generation tests on mac.
Martin Stjernholm
2020-07-09
Ensure that sdk/module_exports depends on source members
Paul Duffin
2020-06-24
Include resources in sdk snapshot of java library impl
Paul Duffin
2020-06-15
java_sdk_library: Add system-server scope
Paul Duffin
2020-06-08
Split the core/platform API into stable and legacy versions.
Pete Gillin
2020-06-02
Copy removed.txt file to the snapshot correctly
Paul Duffin
2020-05-28
java_sdk_library: Propagate shared_library to snapshot
Paul Duffin
2020-05-14
Correct module_lib scope name
Paul Duffin
2020-05-13
java_sdk_library: Propagate naming_scheme to snapshot
Paul Duffin
2020-05-13
java_sdk_library: Add sdk_version for API scopes
Paul Duffin
2020-05-13
java_sdk_library: Allow separate api/stubs source modules
Paul Duffin
2020-05-12
java_sdk_library: Preserve sdk_version: "none" in snapshot
Paul Duffin
2020-05-08
java_sdk_library: Specify visibility of stubs modules
Paul Duffin
2020-05-08
java_sdk_library: Add support for module_lib API surface
Paul Duffin
2020-05-08
java_sdk_library: Control API surfaces generated
Paul Duffin
2020-04-29
Fix definition of android_stubs_current in sdk tests
Paul Duffin
2020-04-09
Export API files as part of the java_sdk_library
Paul Duffin
2020-04-09
Export stub sources as part of the java_sdk_library
Paul Duffin
2020-04-09
Support java_sdk_library as member of sdk
Paul Duffin
2020-04-08
Stop requiring apex_available on java_library members of sdks
Paul Duffin
2020-03-13
Output properties before sets in snapshot module
Paul Duffin
2020-03-10
Allow sdk members to vary by os type
Paul Duffin
2020-03-09
Add support for multiple os types
Paul Duffin
2020-03-02
Add CommonOS variant for sdk
Paul Duffin
2020-02-07
Differentiate between exported and internal sdk members
Paul Duffin
2020-02-07
Add java_system_modules to sdk/module_exports
Paul Duffin
2020-02-06
apex_available tracks static dependencies
Jiyong Park
2020-01-16
Default apex_available to //apex_available:platform
Anton Hansson
2019-12-31
Add support for java_test in sdk
Paul Duffin
2019-12-31
Restrict SdkMemberTypes that can be used with sdk/sdk_snapshot
Paul Duffin
2019-12-09
Ensure prebuilt modules have same visibility as source modules
Paul Duffin
2019-12-06
Support header and implementation jars in sdk
Paul Duffin
2019-12-06
Separate out module type specific test config
Paul Duffin
2019-12-06
Extract the cc and java sdk related tests out into their own file
Paul Duffin