index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
bootclasspath_fragment_test.go
Age
Commit message (
Expand
)
Author
2024-01-23
Make hiddenAPIFlagFileCategory an int
Cole Faust
2024-01-12
Enable hiddenapi check for exportable stubs
Jihoon Kang
2023-12-14
Convert ModuleProvder to generic providers API
Colin Cross
2023-10-11
Utilize module lib and test api superset module in hiddenapi
Jihoon Kang
2023-07-11
Fix some tests for dexpreopt and remove unnecessary tests.
Jiakai Zhang
2023-06-15
Cleanup remaining android.JavaApiLibraryName() references
Jihoon Kang
2023-05-22
Fix bootclasspath_fragment build failure during from-text stub build
Jihoon Kang
2022-09-16
Merge "Revert "bootclasspath_fragment: Treat some specific modules as test""
Treehugger Robot
2022-09-14
Revert "bootclasspath_fragment: Treat some specific modules as test"
Paul Duffin
2022-09-09
add jacocoagent by default to Java modules
Sam Delmerico
2022-08-31
jacoco libs dependency for instrumented libraries
Sam Delmerico
2022-08-19
Add hidden API properties to java_sdk_library modules
Paul Duffin
2022-05-27
bootclasspath_fragment: Require at least one hidden_api package property
Paul Duffin
2022-05-27
bootclasspath_fragment: Treat some specific modules as test
Paul Duffin
2022-05-27
bootclasspath_fragment: Add test specific module type
Paul Duffin
2021-08-10
Fix tests to use correct fixtures for configuring (Apex)BootJars.
satayev
2021-06-30
Support using java_sdk_library components in stub_libs
Paul Duffin
2021-06-28
Calculate widest stub dex jars per module
Paul Duffin
2021-06-27
Add test to show issues with widest stub dex jars
Paul Duffin
2021-06-24
Add HiddenAPIScope to replace use of SdkKind
Paul Duffin
2021-05-24
Tighten bootclasspath_fragment property validation
Paul Duffin
2021-05-24
Support hidden API processing for fragments with dependencies
Paul Duffin
2021-05-24
Remove bootclasspathApiInfo
Paul Duffin
2021-05-14
Use java_sdk_library in bootclasspath_fragment contents as stubs
Paul Duffin
2021-05-14
Disallow shared libraries in bootclasspath_fragment contents
Paul Duffin
2021-04-28
Add stub_libs properties to bootclasspath_fragment snapshot
Paul Duffin
2021-04-28
Add support for specifying api provided by bootclasspath_fragment
Paul Duffin
2021-04-26
Allow contents and image_name to be specified together
Paul Duffin
2021-04-26
Add coverage specific properties to bootclasspath_fragment
Paul Duffin
2021-04-23
Rename BootImageModule to BootclasspathFragmentModule
Paul Duffin