summaryrefslogtreecommitdiff
path: root/java/platform_bootclasspath.go
AgeCommit message (Expand)Author
2021-06-23Merge "Append platform classpath proto configs with missing apex jars." satayev
2021-06-22Append platform classpath proto configs with missing apex jars. satayev
2021-06-22Merge "Fix monolithic hidden API processing with prebuilts" Paul Duffin
2021-06-22Merge "Fix bootDexJarByModule with UNSAFE_DISABLE_HIDDENAPI_FLAGS" Paul Duffin
2021-06-21Fix bootDexJarByModule with UNSAFE_DISABLE_HIDDENAPI_FLAGS Adrian Roos
2021-06-20Fix monolithic hidden API processing with prebuilts Paul Duffin
2021-06-20Use classpath elements in platform_bootclasspath Paul Duffin
2021-06-17Merge "Move boot jars package check into platform_bootclasspath" Paul Duffin
2021-06-17Merge "Combine hidden API encoding with flag generation" Paul Duffin
2021-06-17Move boot jars package check into platform_bootclasspath Paul Duffin
2021-06-17Combine hidden API encoding with flag generation Paul Duffin
2021-06-16Rename ClasspathFragmentToConfiguredJarList methods to configuredJars. satayev
2021-06-14Avoid passing around []hiddenAPIModule Paul Duffin
2021-06-10Make copyBootJarsToPredefinedLocations simpler and less fragile Paul Duffin
2021-06-10Export hidden api related types and fields Paul Duffin
2021-05-24Support removed API members in modular hidden API processing Paul Duffin
2021-05-24Separate input to flag generation from hiddenAPIFlagFileInfo Paul Duffin
2021-05-24Separate monolithic hidden API processing from hiddenAPIFlagFileInfo Paul Duffin
2021-05-20Populate individual classpath_fragments' classpaths.proto configs. satayev
2021-05-20Merge changes I4e7a7ac5,I0c73361b Jiyong Park
2021-05-19Workaround to make AlwaysUsePrebuiltSdks() work with platform_bootclasspath Paul Duffin
2021-05-18Rename InApexes -> InApexVariants Jiyong Park
2021-05-14Generate monolithic hidden API files direct from class jars Paul Duffin
2021-05-14Use java_sdk_library in bootclasspath_fragment contents as stubs Paul Duffin
2021-05-14Generate hidden API flags for a bootclasspath_fragment Paul Duffin
2021-05-12Build boot images in bootclasspath_fragment/platform_bootclasspath Paul Duffin
2021-05-12Move copying of dex files from dexpreopt_bootjars singleton Paul Duffin
2021-05-11Generate empty classpaths.proto for bootclasspath_fragment.go. satayev
2021-05-07Declare ConfiguredJarList in specific fragment implementations. satayev
2021-05-07Split SYSTEMSERVERCLASSPATH entries from platform_bootclasspath. satayev
2021-05-06Rename classpath_fragment.go methods for better readability. satayev
2021-05-04Support dex_import on platform_bootclasspath Paul Duffin
2021-04-30Merge "Fix build failure when building unbundled apps (second try)" Paul Duffin
2021-04-30Fix build failure when building unbundled apps (second try) Paul Duffin
2021-04-30Move configuration checks from getBootImageJar Paul Duffin
2021-04-30Merge "Revert "Fix build failure when building unbundled apps"" Treehugger Robot
2021-04-30Revert "Fix build failure when building unbundled apps" Vishnu Nair
2021-04-29Merge "Fix build failure when building unbundled apps" Paul Duffin
2021-04-29Fix build failure when building unbundled apps Paul Duffin
2021-04-29Move generation of hidden API make vars to platform_bootclasspath Paul Duffin
2021-04-29Make platform_bootclasspath a singleton module Paul Duffin
2021-04-29Move dumpOatRules to platform_bootclasspath Paul Duffin
2021-04-29Move generateUpdatableBcpPackagesRule to platform_bootclasspath Paul Duffin
2021-04-29Differentiate between art, non-updatable and updatable modules Paul Duffin
2021-04-29Extract logic to gather deps added for <apex>:<module> pairs Paul Duffin
2021-04-28Move bootFrameworkProfileRule to platform_bootclasspath Paul Duffin
2021-04-25Remove unused setting of BootImageInfo for platform_bootclasspath Paul Duffin
2021-04-23Generalize the platformBootclasspathDepsMutator Paul Duffin
2021-04-23Extract general bootclasspath related code into java/bootclasspath.go Paul Duffin
2021-04-22Move monolithic stub flags generation to platform_bootclasspath Paul Duffin