summaryrefslogtreecommitdiff
path: root/dexpreopt/config.go
AgeCommit message (Expand)Author
2025-03-18Generic configuration for generic system modules. Justin Yun
2025-03-13Change CommonModuleInfoProvider to a pointer. Yu Liu
2025-03-07Rename CommonModuleInfoKey to be consistent with others. Yu Liu
2025-03-03Dist kernel_version.txt in soong-only builds Cole Faust
2025-02-26Make EqualModules a free function. Yu Liu
2025-01-15Convert dex2oatPathFromDep to use ModuleProxy. Yu Liu
2024-12-20Soong generates kernel_version_for_uffd_gc.txt mrziwang
2024-11-13Use VisitAllModuleVariantProxies in generateModuleTarget. Yu Liu
2024-10-10Add a few module visiting methods that return ModuleProxy. Yu Liu
2024-10-04Install dexpreopt artifacts of apex system server jars in same partition Spandan Das
2024-02-02Determine GC type based on BUILT_KERNEL_VERSION_FILE. Jiakai Zhang
2023-11-28Remove PreoptExtractedApk. Jiakai Zhang
2023-11-09Change OnlyPreoptBootImageAndSystemServer to OnlyPreoptArtBootImage. Jiakai Zhang
2023-07-14Add a Make variable to determine ART boot image jars for testing. Jiakai Zhang
2023-06-22Use generics for DepSets Colin Cross
2023-05-19Parallelize singleton execution LaMont Jones
2023-05-08Revert^2 "Generate boot image profiles even if dexpreopt is disabled." Jiakai Zhang
2022-11-16Pass "-Xgc:CMC" to dex2oat when userfaultfd GC is enabled. Jiakai Zhang
2022-08-08Use aapt2 Saeid Farivar Asanjan
2022-05-17Deterministically report path errors to all callers of dexpreopt.GetGlobalConfig Colin Cross
2022-04-27Remove obsolete dexpreopt config option `UseArtImage`. Ulya Trafimovich
2022-01-28Annotate more java dependencies for licensing Colin Cross
2021-12-20Dexpreopt standalone system server jars. Jiakai Zhang
2021-11-30Add entries for STANDALONE_SYSTEMSERVER_JARS to systemserverclasspath.pb Jiakai Zhang
2021-08-27Rename BuildDir and NinjaBuildDir. Lukacs T. Berki
2021-07-28Rename UpdatableSystemServerJars to ApexSystemServerJars. satayev
2021-07-22Rename UpdatableBootJars to ApexBootJars. satayev
2021-05-18Don't fail if the target module is disabled in dex2oat tool Martin Stjernholm
2021-05-15Add usesTargetFiles option in dexpreopt_gen Jeongik Cha
2021-05-08Merge "Rename fields in dexpreopt config" Treehugger Robot
2021-05-07Rename fields in dexpreopt config Jeongik Cha
2021-05-05Make SystemServerJars ConfiguredJarList. satayev
2021-04-28Add GetEmbeddedPrebuilt and IsModulePrebuilt Paul Duffin
2021-04-27Merge "Drop DexPreoptImages field in dexpreopt config" Treehugger Robot
2021-04-26Drop DexPreoptImages field in dexpreopt config Jeongik Cha
2021-04-23Check consistency of the BootJars/UpdatableBootJars config Paul Duffin
2021-04-19Expose "full" dexpreopt.config Jeongik Cha
2021-04-15Made ManifestPath OptionalPath instead of Path Jeongik Cha
2021-03-25Merge "Allow using updatable boot jars in dexpreopt (but don't use them yet)." Ulyana Trafimovich
2021-03-24Cleanup usages of Dex2oatDepTag Paul Duffin
2021-03-24Allow using updatable boot jars in dexpreopt (but don't use them yet). Ulya Trafimovich
2021-03-02Use compiler filter "verify" for dexpreopt w/o class loader context. Ulya Trafimovich
2021-02-22Add non-fatal mode for verify_uses_libraries check. Ulya Trafimovich
2021-01-28Write module dexpreopt.config for Make. Ulya Trafimovich
2021-01-21Allow createGlobalSoongConfig() to be used from tests Paul Duffin
2021-01-20Merge "dexpreopt: Use the dirty-image-objects path from frameworks/base." Nicolas Geoffray
2021-01-20dexpreopt: Use the dirty-image-objects path from frameworks/base. Nicolas Geoffray
2021-01-20Support building boot images with disabled dexpreopt. Ulya Trafimovich
2020-11-16Merge "Replace android.WriteFile rule with android.WriteFileRule" Colin Cross
2020-11-14Replace android.WriteFile rule with android.WriteFileRule Colin Cross