aboutsummaryrefslogtreecommitdiff
path: root/apex/bootclasspath_fragment_test.go
AgeCommit message (Expand)Author
2024-01-26Fix the args used to dexpreopt system server jars in prebuilt apexesSpandan Das
2024-01-12Merge changes from topic "hiddenapi_exportable" into mainJihoon Kang
2024-01-12Enable hiddenapi check for exportable stubsJihoon Kang
2024-01-11Handle installation rules for co-existing prebuiltsSpandan Das
2024-01-09Replace panic with ModuleErrorfSpandan Das
2023-12-18Move dexpreopt processing from java_*_import to prebuilt_apexSpandan Das
2023-12-14Convert ModuleProvder to generic providers APIColin Cross
2023-10-20Fix build configuration dependant Soong testJihoon Kang
2023-08-23apex: Remove apexPackagingMutatorJooyung Han
2023-07-14Add a Make variable to determine ART boot image jars for testing.Jiakai Zhang
2023-07-14Refactor dexpreopt for boot jars to make it flexible to config changes.Jiakai Zhang
2023-07-11Remove Modules() from BootclasspathFragmentApexContentInfo.Jiakai Zhang
2023-07-11Fix some tests for dexpreopt and remove unnecessary tests.Jiakai Zhang
2023-05-11Remove the ability to install boot images by bootclasspath_fragments.Jiakai Zhang
2023-05-11Prepare tests for dexpreopt changes.Jiakai Zhang
2023-05-08Revert^2 "Generate boot image profiles even if dexpreopt is disabled."Jiakai Zhang
2023-05-05Merge changes from topic "revert-2574032-XXTWCJDTDQ"Qiao Yang
2023-05-05Revert "Generate boot image profiles even if dexpreopt is disabled."Qiao Yang
2023-05-04Merge changes I4e721b47,I1bf05adeJiakai Zhang
2023-05-03Generate boot image profiles even if dexpreopt is disabled.Jiakai Zhang
2023-04-28Get rid of DeviceName() from path related to dexpreoptJeongik Cha
2023-02-10Properly check the deapexed files in tests.Jiakai Zhang
2022-12-21Check for duplicate bundled files from different modules.Jooyung Han
2022-05-27bootclasspath_fragment: Require at least one hidden_api package propertyPaul Duffin
2022-01-28Allow installing boot images outside of APEX for prebuilt.Jiakai Zhang
2022-01-13Allow installing boot images outside of APEX.Jiakai Zhang
2021-12-14Test that `DisableGenerateProfile` takes effects for APEXes.Jiakai Zhang
2021-12-07Do not allow duplicate deapexer dependencies.Martin Stjernholm
2021-12-03Add ART boot image profile to the ART APEX.Jiakai Zhang
2021-09-23Propagate the dex jar path as an OptionalPath which is either valid orMartin Stjernholm
2021-08-10Fix tests to use correct fixtures for configuring (Apex)BootJars.satayev
2021-07-26Merge "Rename UpdatableBootJars to ApexBootJars."satayev
2021-07-22Rename UpdatableBootJars to ApexBootJars.satayev
2021-07-20Require prebuilt_bootclasspath_fragment to provide hidden API filesPaul Duffin
2021-06-28Calculate widest stub dex jars per modulePaul Duffin
2021-06-25Support hidden API processing for modules that use platform APIsPaul Duffin
2021-06-24Add ModuleLibHiddenAPIScope for hidden API processingPaul Duffin
2021-06-24Add test for modular hiddenapi list rulePaul Duffin
2021-06-24Add HiddenAPIScope to replace use of SdkKindPaul Duffin
2021-06-17Export boot image files from prebuilt_apex/apex_setPaul Duffin
2021-06-17Copy boot dex jars from prebuilt art-bootclasspath-fragment if preferredPaul Duffin
2021-06-17Combine hidden API encoding with flag generationPaul Duffin
2021-06-16Create APEX variant for prebuilt_apex/apex_setPaul Duffin
2021-05-25Merge "Rename generate proto config file to match classpath type."satayev
2021-05-24Only export boot image files to APEX if they are actually createdPaul Duffin
2021-05-24Support hidden API processing for fragments with dependenciesPaul Duffin
2021-05-24Rename generate proto config file to match classpath type.satayev
2021-05-23Perform hidden API encoding in bootclasspath_fragmentPaul Duffin
2021-05-19Store dex jar paths in bootclasspath_fragment's apex content infoPaul Duffin
2021-05-19Test dex jar paths provided to apex by bootclasspath_fragmentPaul Duffin