summaryrefslogtreecommitdiff
path: root/java/dexpreopt_config.go
AgeCommit message (Expand)Author
2025-02-03Store name of boot image profile providing module in config Colin Cross
2024-02-02Determine GC type based on BUILT_KERNEL_VERSION_FILE. Jiakai Zhang
2023-12-19Use the correct prof file when multiple prebuilt apexes exist Spandan Das
2023-11-06Use the correct mainline BCP jars for app dexpreopt. Jiakai Zhang
2023-10-18gofmt soong Cole Faust
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-11Merge changes I0918f2fa,I3fc6ff91,I7adc97cb,I674a5fa1,I22c45cbf into main Jiakai Zhang
2023-07-11Extract duplicate code to common helper functions. Jiakai Zhang
2023-06-27Fix FirstUniqueStrings after conversion to generics Colin Cross
2023-05-11Dexpreopt ART jars and framework jars together. Jiakai Zhang
2023-05-11Unify installDirOnHost and installDirOnDevice. Jiakai Zhang
2023-04-28Get rid of DeviceName() from path related to dexpreopt Jeongik Cha
2023-03-16Revert^2 "Generate a boot image extension for mainline BCP... Jiakai Zhang
2023-03-02Revert "Generate a boot image extension for mainline BCP jars." Jiakai Zhang
2023-02-24Generate a boot image extension for mainline BCP jars. Jiakai Zhang
2023-02-24Refactor dexpreopt for boot jars to allow more complex dependencies. Jiakai Zhang
2023-02-23Add a new option `compilerFilter` to `bootImageConfig`. Jiakai Zhang
2022-03-15Pass --preloaded-classes to boot image compilation. Nicolas Geoffray
2022-02-16Revert^2 "Remove the primary boot image from the ART APEX." Jiakai Zhang
2022-02-14Revert "Remove the primary boot image from the ART APEX." Jiakai Zhang
2022-01-27Remove the primary boot image from the ART APEX. Jiakai Zhang
2022-01-13Allow installing boot images outside of APEX. Jiakai Zhang
2021-12-03Add ART boot image profile to the ART APEX. Jiakai Zhang
2021-07-26Merge "Rename UpdatableBootJars to ApexBootJars." satayev
2021-07-22Rename UpdatableBootJars to ApexBootJars. satayev
2021-07-20Replace android.BuildOs with Config.BuildOS Colin Cross
2021-06-10Make copyBootJarsToPredefinedLocations simpler and less fragile Paul Duffin
2021-06-10Ensure primary boot image files are created before they are used Paul Duffin
2021-05-20Populate individual classpath_fragments' classpaths.proto configs. satayev
2021-05-15Add usesTargetFiles option in dexpreopt_gen Jeongik Cha
2021-05-08Merge "Rename fields in dexpreopt config" Treehugger Robot
2021-05-07Declare ConfiguredJarList in specific fragment implementations. satayev
2021-05-07Rename fields in dexpreopt config Jeongik Cha
2021-05-05Make SystemServerJars ConfiguredJarList. satayev
2021-04-22Don't plumb PRODUCT_*_CLASSPATH vars to make. Artur Satayev
2021-04-14Generate classpaths.proto config for *CLASSPATH variables. Artur Satayev
2021-03-24Allow using updatable boot jars in dexpreopt (but don't use them yet). Ulya Trafimovich
2021-02-17Move the logic to add jacocoagent in instrumentation builds to make. Martin Stjernholm
2020-10-27Retry: Make ConfiguredJarList immutable Paul Duffin
2020-10-27Revert "Make ConfiguredJarList immutable" Joanne Chung
2020-10-26Make ConfiguredJarList immutable Paul Duffin
2020-10-19Move the intermediate directory for ART boot images. Martin Stjernholm
2020-08-05Add structured representation for colon-separated jar lists. Ulya Trafimovich
2020-05-12Raise an error instead of panic in SplitApexJarPairs. Ulya Trafimovich
2020-05-05Merge "Allow bootjars in system_ext." Chris Gross
2020-05-04Add forgotten apex prefix to Jacoco boot image module. Ulya Trafimovich
2020-05-02Allow bootjars in system_ext. Chris Gross
2020-04-30Use two-column format for PRODUCT_BOOT_JARS components. Ulya Trafimovich
2020-04-06Fix dex-location for host. David Srbecky