aboutsummaryrefslogtreecommitdiff
path: root/apex/bootclasspath_fragment_test.go
Commit message (Expand)AuthorAgeFilesLines
* Propagate the dex jar path as an OptionalPath which is either valid orMartin Stjernholm2021-09-231-1/+2
* Fix tests to use correct fixtures for configuring (Apex)BootJars.satayev2021-08-101-4/+7
* Merge "Rename UpdatableBootJars to ApexBootJars."satayev2021-07-261-1/+1
|\
| * Rename UpdatableBootJars to ApexBootJars.satayev2021-07-221-1/+1
* | Require prebuilt_bootclasspath_fragment to provide hidden API filesPaul Duffin2021-07-201-0/+14
|/
* Calculate widest stub dex jars per modulePaul Duffin2021-06-281-1/+2
* Support hidden API processing for modules that use platform APIsPaul Duffin2021-06-251-0/+327
* Add ModuleLibHiddenAPIScope for hidden API processingPaul Duffin2021-06-241-1/+2
* Add test for modular hiddenapi list rulePaul Duffin2021-06-241-0/+149
* Add HiddenAPIScope to replace use of SdkKindPaul Duffin2021-06-241-10/+10
* Export boot image files from prebuilt_apex/apex_setPaul Duffin2021-06-171-0/+1
* Copy boot dex jars from prebuilt art-bootclasspath-fragment if preferredPaul Duffin2021-06-171-2/+87
* Combine hidden API encoding with flag generationPaul Duffin2021-06-171-3/+6
* Create APEX variant for prebuilt_apex/apex_setPaul Duffin2021-06-161-1/+1
* Merge "Rename generate proto config file to match classpath type."satayev2021-05-251-2/+2
|\
| * Rename generate proto config file to match classpath type.satayev2021-05-241-2/+2
* | Only export boot image files to APEX if they are actually createdPaul Duffin2021-05-241-24/+5
* | Support hidden API processing for fragments with dependenciesPaul Duffin2021-05-241-0/+122
* | Perform hidden API encoding in bootclasspath_fragmentPaul Duffin2021-05-231-2/+2
|/
* Store dex jar paths in bootclasspath_fragment's apex content infoPaul Duffin2021-05-191-1/+4
* Test dex jar paths provided to apex by bootclasspath_fragmentPaul Duffin2021-05-191-2/+32
* Generate empty classpaths.proto for bootclasspath_fragment.go.satayev2021-05-111-0/+2
* Move configuration checks from getBootImageJarPaul Duffin2021-04-301-0/+4
* Allow contents and image_name to be specified togetherPaul Duffin2021-04-261-40/+133
* Rename BootImageInfo to BootclasspathFragmentApexContentInfoPaul Duffin2021-04-261-3/+3
* Rename BootImageModule to BootclasspathFragmentModulePaul Duffin2021-04-231-0/+397