summaryrefslogtreecommitdiff
path: root/apex/bootclasspath_fragment_test.go
AgeCommit message (Expand)Author
2025-02-12Don't panic in ModuleForTests and friends Colin Cross
2025-02-10Convert android.TransitionMutator to TransitionInfo Colin Cross
2025-02-07Convert apex transition tag to dependency on apex Colin Cross
2025-02-07Add extra dependency from apex to bootclasspath fragments to modules Colin Cross
2025-02-03Use unique apex variations for bootclasspath fragments Colin Cross
2025-02-03Correctly compute externalDep for dependencies of override_apex modules Colin Cross
2025-02-03Move installation of dexpreopted system server classpath libraries into apex Colin Cross
2024-10-24Make apex tests parallel Colin Cross
2024-09-23Remove the internal selector module created by prebuilt_apex Spandan Das
2024-09-20Remove internal deapexer module Spandan Das
2024-09-06Merge changes I505a7ad8,I92d88199 into main Treehugger Robot
2024-09-06Skip `contents` validation of source bootclasspath fragments Spandan Das
2024-08-29Revert^4 "Implement detecting container violations." Jihoon Kang
2024-08-28Revert^3 "Implement detecting container violations." Priyanka Advani (xWF)
2024-08-28Revert^2 "Implement detecting container violations." Jihoon Kang
2024-08-28Revert "Implement detecting container violations." Satish Yalla
2024-08-27Implement detecting container violations. Jihoon Kang
2024-08-12Merge SingletonProviderContext with OtherModuleProviderContext Yu Liu
2024-08-09Add PrepareForTestWithBuildFlag Colin Cross
2024-08-05Hide unflagged mainline prebuilts with missing source. Spandan Das
2024-06-12Add unit test to verify contents of bootclasspath.pb.textproto Spandan Das
2024-06-05Identify profile providing apexes using ApexInfo Spandan Das
2024-01-26Fix the args used to dexpreopt system server jars in prebuilt apexes Spandan Das
2024-01-12Merge changes from topic "hiddenapi_exportable" into main Jihoon Kang
2024-01-12Enable hiddenapi check for exportable stubs Jihoon Kang
2024-01-11Handle installation rules for co-existing prebuilts Spandan Das
2024-01-09Replace panic with ModuleErrorf Spandan Das
2023-12-18Move dexpreopt processing from java_*_import to prebuilt_apex Spandan Das
2023-12-14Convert ModuleProvder to generic providers API Colin Cross
2023-10-20Fix build configuration dependant Soong test Jihoon Kang
2023-08-23apex: Remove apexPackagingMutator Jooyung 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,I1bf05ade Jiakai Zhang
2023-05-03Generate boot image profiles even if dexpreopt is disabled. Jiakai Zhang
2023-04-28Get rid of DeviceName() from path related to dexpreopt Jeongik 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 property Paul 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