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