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.go
Age
Commit message (
Expand
)
Author
2025-02-07
Pass libraryToApex and apexNameToFragment mappings into CreateClasspathElements
Colin Cross
2025-02-07
Convert apex transition tag to dependency on apex
Colin Cross
2025-02-07
Move prebuilt mutators earlier
Colin Cross
2024-10-10
Remove MutatorHandle.Parallel()
Colin Cross
2024-07-30
Make stub_libs property configurable
Cole Faust
2024-05-02
Make the enabled property configurable
Cole Faust
2023-07-14
Refactor dexpreopt for boot jars to make it flexible to config changes.
Jiakai Zhang
2023-07-11
Extract duplicate code to common helper functions.
Jiakai Zhang
2022-05-11
Ensure that *bootclasspath* module types depend on device variants
Paul Duffin
2021-09-16
Remove fallback code path for missing BCP fragments that is no longer
Martin Stjernholm
2021-06-24
Add HiddenAPIScope to replace use of SdkKind
Paul Duffin
2021-06-23
Output bootclasspath_fragment's fragments property to sdk snapshot
Paul Duffin
2021-05-24
Remove bootclasspathApiInfo
Paul Duffin
2021-05-19
Workaround to make AlwaysUsePrebuiltSdks() work with platform_bootclasspath
Paul Duffin
2021-04-29
Extract logic to gather deps added for <apex>:<module> pairs
Paul Duffin
2021-04-29
Treat "apex" system_ext the same as platform
Paul Duffin
2021-04-28
Add support for specifying api provided by bootclasspath_fragment
Paul Duffin
2021-04-27
Remove panics from reportMissingVariationDependency
Paul Duffin
2021-04-23
Generalize the platformBootclasspathDepsMutator
Paul Duffin
2021-04-23
Extract general bootclasspath related code into java/bootclasspath.go
Paul Duffin