aboutsummaryrefslogtreecommitdiff
path: root/java/platform_bootclasspath.go
Commit message (Expand)AuthorAgeFilesLines
* Remove updatable-bcp-packages.txt.Jiakai Zhang2021-09-241-8/+0
* Separate creation of signature patterns from overlap checkingPaul Duffin2021-08-061-2/+2
* Rename UpdatableBootJars to ApexBootJars.satayev2021-07-221-32/+33
* Avoid permitted_packages related build failures in unbundled buildsPaul Duffin2021-07-161-2/+7
* Generate boot images for host from prebuiltsPaul Duffin2021-07-061-3/+8
* Generate boot zip file from prebuilt_bootclasspath_fragmentPaul Duffin2021-07-011-1/+4
* Verify the modular stub flags are subsets of the monolithic stub flagsPaul Duffin2021-06-251-1/+1
* Make ruleToGenerateHiddenAPIStubFlagsFile build rulePaul Duffin2021-06-251-3/+2
* Add HiddenAPIScope to replace use of SdkKindPaul Duffin2021-06-241-2/+2
* Merge "Append platform classpath proto configs with missing apex jars."satayev2021-06-231-3/+19
|\
| * Append platform classpath proto configs with missing apex jars.satayev2021-06-221-3/+19
* | Merge "Fix monolithic hidden API processing with prebuilts"Paul Duffin2021-06-221-16/+36
|\ \ | |/ |/|
| * Fix monolithic hidden API processing with prebuiltsPaul Duffin2021-06-201-16/+36
* | Merge "Fix bootDexJarByModule with UNSAFE_DISABLE_HIDDENAPI_FLAGS"Paul Duffin2021-06-221-2/+3
|\ \ | |/ |/|
| * Fix bootDexJarByModule with UNSAFE_DISABLE_HIDDENAPI_FLAGSAdrian Roos2021-06-211-2/+3
* | Use classpath elements in platform_bootclasspathPaul Duffin2021-06-201-10/+11
|/
* Merge "Move boot jars package check into platform_bootclasspath"Paul Duffin2021-06-171-3/+6
|\
| * Move boot jars package check into platform_bootclasspathPaul Duffin2021-06-171-3/+6
* | Merge "Combine hidden API encoding with flag generation"Paul Duffin2021-06-171-2/+2
|\|
| * Combine hidden API encoding with flag generationPaul Duffin2021-06-171-2/+2
* | Rename ClasspathFragmentToConfiguredJarList methods to configuredJars.satayev2021-06-161-2/+2
|/
* Avoid passing around []hiddenAPIModulePaul Duffin2021-06-141-4/+2
* Make copyBootJarsToPredefinedLocations simpler and less fragilePaul Duffin2021-06-101-2/+4
* Export hidden api related types and fieldsPaul Duffin2021-06-101-2/+1
* Support removed API members in modular hidden API processingPaul Duffin2021-05-241-1/+1
* Separate input to flag generation from hiddenAPIFlagFileInfoPaul Duffin2021-05-241-4/+20
* Separate monolithic hidden API processing from hiddenAPIFlagFileInfoPaul Duffin2021-05-241-12/+14
* Populate individual classpath_fragments' classpaths.proto configs.satayev2021-05-201-8/+1
* Merge changes I4e7a7ac5,I0c73361bJiyong Park2021-05-201-1/+1
|\
| * Rename InApexes -> InApexVariantsJiyong Park2021-05-181-1/+1
* | Workaround to make AlwaysUsePrebuiltSdks() work with platform_bootclasspathPaul Duffin2021-05-191-2/+9
|/
* Generate monolithic hidden API files direct from class jarsPaul Duffin2021-05-141-112/+32
* Use java_sdk_library in bootclasspath_fragment contents as stubsPaul Duffin2021-05-141-1/+1
* Generate hidden API flags for a bootclasspath_fragmentPaul Duffin2021-05-141-1/+1
* Build boot images in bootclasspath_fragment/platform_bootclasspathPaul Duffin2021-05-121-0/+4
* Move copying of dex files from dexpreopt_bootjars singletonPaul Duffin2021-05-121-2/+9
* Generate empty classpaths.proto for bootclasspath_fragment.go.satayev2021-05-111-0/+1
* Declare ConfiguredJarList in specific fragment implementations.satayev2021-05-071-2/+19
* Split SYSTEMSERVERCLASSPATH entries from platform_bootclasspath.satayev2021-05-071-2/+2
* Rename classpath_fragment.go methods for better readability.satayev2021-05-061-2/+2
* Support dex_import on platform_bootclasspathPaul Duffin2021-05-041-0/+2
* Merge "Fix build failure when building unbundled apps (second try)"Paul Duffin2021-04-301-17/+56
|\
| * Fix build failure when building unbundled apps (second try)Paul Duffin2021-04-301-17/+56
* | Move configuration checks from getBootImageJarPaul Duffin2021-04-301-0/+41
|/
* Merge "Revert "Fix build failure when building unbundled apps""Treehugger Robot2021-04-301-11/+1
|\
| * Revert "Fix build failure when building unbundled apps"Vishnu Nair2021-04-301-11/+1
* | Merge "Fix build failure when building unbundled apps"Paul Duffin2021-04-291-1/+11
|\|
| * Fix build failure when building unbundled appsPaul Duffin2021-04-291-1/+11
* | Move generation of hidden API make vars to platform_bootclasspathPaul Duffin2021-04-291-1/+11
|/
* Make platform_bootclasspath a singleton modulePaul Duffin2021-04-291-3/+15