- 6decef9 Allow installing boot images outside of APEX. by Jiakai Zhang · 3 years ago
- 49b1eb6 Add ART boot image profile to the ART APEX. by Jiakai Zhang · 3 years, 1 month ago
- 4102c0c Merge "Rename UpdatableBootJars to ApexBootJars." by satayev · 3 years, 5 months ago
- d604b21 Rename UpdatableBootJars to ApexBootJars. by satayev · 3 years, 5 months ago
- 0c66bc6 Replace android.BuildOs with Config.BuildOS by Colin Cross · 3 years, 5 months ago
- 5f148ca Make copyBootJarsToPredefinedLocations simpler and less fragile by Paul Duffin · 3 years, 7 months ago
- bff50e2 Ensure primary boot image files are created before they are used by Paul Duffin · 3 years, 7 months ago
- 8fab6f8 Populate individual classpath_fragments' classpaths.proto configs. by satayev · 3 years, 8 months ago
- 4dda75e Add usesTargetFiles option in dexpreopt_gen by Jeongik Cha · 3 years, 8 months ago
- 564fce4 Merge "Rename fields in dexpreopt config" by Treehugger Robot · 3 years, 8 months ago
- 013485b Declare ConfiguredJarList in specific fragment implementations. by satayev · 3 years, 8 months ago
- a596909 Rename fields in dexpreopt config by Jeongik Cha · 3 years, 8 months ago
- 9a6f87e Make SystemServerJars ConfiguredJarList. by satayev · 3 years, 8 months ago
- a34bee0 Don't plumb PRODUCT_*_CLASSPATH vars to make. by Artur Satayev · 3 years, 9 months ago
- 97259dc Generate classpaths.proto config for *CLASSPATH variables. by Artur Satayev · 3 years, 9 months ago
- 9023b02 Allow using updatable boot jars in dexpreopt (but don't use them yet). by Ulya Trafimovich · 3 years, 9 months ago
- 0a9dae6 Move the logic to add jacocoagent in instrumentation builds to make. by Martin Stjernholm · 3 years, 11 months ago
- 7d584e9 Retry: Make ConfiguredJarList immutable by Paul Duffin · 4 years, 2 months ago
- 1f25794 Revert "Make ConfiguredJarList immutable" by Joanne Chung · 4 years, 2 months ago
- 052f472 Make ConfiguredJarList immutable by Paul Duffin · 4 years, 2 months ago
- ea581fc Move the intermediate directory for ART boot images. by Martin Stjernholm · 4 years, 3 months ago
- 249386a Add structured representation for colon-separated jar lists. by Ulya Trafimovich · 4 years, 6 months ago
- 8640ab9 Raise an error instead of panic in SplitApexJarPairs. by Ulya Trafimovich · 4 years, 8 months ago
- 7097b05 Merge "Allow bootjars in system_ext." by Chris Gross · 4 years, 8 months ago
- 817133e Add forgotten apex prefix to Jacoco boot image module. by Ulya Trafimovich · 4 years, 8 months ago
- 06c8036 Allow bootjars in system_ext. by Chris Gross · 4 years, 8 months ago
- 50c4a4b Use two-column format for PRODUCT_BOOT_JARS components. by Ulya Trafimovich · 4 years, 8 months ago
- 0f6fdf5 Fix dex-location for host. by David Srbecky · 4 years, 9 months ago
- ab99498 Adjust embedded dex locations in host boot image. by David Srbecky · 4 years, 9 months ago
- 1aacc6c Fix dump-oat-boot build target. by David Srbecky · 4 years, 9 months ago
- dacc6c5 Simplify the construction of class loader contexts for system server jars. by Ulya Trafimovich · 4 years, 10 months ago
- 7f8dac1 Generate the ART boot image for host as well (used by ART tests). by David Srbecky · 4 years, 11 months ago
- c177ebe Distinguish boot images by target rather than arch by David Srbecky · 4 years, 11 months ago
- 47cbfcd Add system server jars expressed in make in the system server classpath. by Nicolas Geoffray · 4 years, 11 months ago
- 40f9f3c Reland: Move the Once cache for dexpreopt.GlobalConfig into the by Martin Stjernholm · 5 years ago
- 75a48d8 Reland: Separate dexpreopt.GlobalSoongConfig to allow independent caching of it. by Martin Stjernholm · 5 years ago
- f3ff010 Use precise class loader context for system server jars. by Ulya Trafimovich · 5 years ago
- 4cdada2 Make PRODUCT_BOOT_JARS and PRODUCT_UPDATABLE_BOOT_JARS disjoint. by Ulya Trafimovich · 4 years, 11 months ago
- 73d5983 Remove UseApexImage and GenerateApexImage. by Nicolas Geoffray · 5 years ago
- b0a2d37 Fix --boot-image argument in dex2oat command for boot image extension. by Ulya Trafimovich · 5 years ago
- e4b5342 Revert "Separate dexpreopt.GlobalSoongConfig to allow independen..." by Hans Boehm · 5 years ago
- 453bf09 Revert "Move the Once cache for dexpreopt.GlobalConfig into the ..." by Hans Boehm · 5 years ago
- dae8a80 Move the Once cache for dexpreopt.GlobalConfig into the dexpreopt package. by Martin Stjernholm · 5 years ago
- be9d0d2 Separate dexpreopt.GlobalSoongConfig to allow independent caching of it. by Martin Stjernholm · 5 years ago
- 4d9c97b Merge "Use boot image extension in the JIT-zygote experiment." by Ulyana Trafimovich · 5 years ago
- ae7cddd Merge "Sandbox soong_build by changing to root directory" by Treehugger Robot · 5 years ago
- 988414c Sandbox soong_build by changing to root directory by Colin Cross · 5 years ago
- e734832 Merge "Revert "Sandbox soong_build by changing to root directory"" by Colin Cross · 5 years ago
- 47e4f9e Revert "Sandbox soong_build by changing to root directory" by Colin Cross · 5 years ago
- e35e961 Merge "Sandbox soong_build by changing to root directory" by Colin Cross · 5 years ago
- 5754745 Use boot image extension in the JIT-zygote experiment. by Ulya Trafimovich · 5 years ago
- 05c25cc Sandbox soong_build by changing to root directory by Colin Cross · 5 years ago
- 5a4ccd1 Revert^2 "Use boot image extension for framework libraries." by Ulyana Trafimovich · 5 years ago
- 11e1ae0 Merge "Include jacoco in the ART boot image if EMMA_INSTRUMENT_FRAMEWORK=true." by Ulyana Trafimovich · 5 years ago
- c52aaf1 Move generation of the dexpreopt tool paths into Soong. by Martin Stjernholm · 5 years ago
- 4456188 Include jacoco in the ART boot image if EMMA_INSTRUMENT_FRAMEWORK=true. by Ulya Trafimovich · 5 years ago
- 54191fa Revert "Consistently use either "boot" or "apex" boot image as the default." by Lingfeng Yang · 5 years ago
- 48b3b3c Consistently use either "boot" or "apex" boot image as the default. by Ulya Trafimovich · 5 years ago
- 3fae766 Revert "Use boot image extension for framework libraries." by Ulyana Trafimovich · 5 years ago
- 31bf00d Export art dexpreopt image zip file by Colin Cross · 5 years ago
- 4d2eeed Use boot image extension for framework libraries. by Ulya Trafimovich · 5 years ago
- ccc26ef soong: Align update boot jar variable with system_server jar by Roshan Pius · 5 years ago
- f2cb7e9 Revert^2 "Do not dexpreopt system server jars from updatable modules." by Ulyana Trafimovich · 5 years ago
- 01f6b0a Revert "Do not dexpreopt system server jars from updatable modules." by Ulyana Trafimovich · 5 years ago
- 61c325e Do not dexpreopt system server jars from updatable modules. by Ulya Trafimovich · 5 years ago
- 9b51a40 soong: Support system_server jars from apexes by Roshan Pius · 5 years ago
- de53441 Revert^4 "Package dexpreopt artifacts for libcore jars in the ART apex." by Ulyana Trafimovich · 5 years ago
- bf0e476 Revert^3 "Package dexpreopt artifacts for libcore jars in the ART apex." by Ulyana Trafimovich · 5 years ago
- 66b3e99 Revert^2 "Package dexpreopt artifacts for libcore jars in the ART apex." by Ulyana Trafimovich · 5 years ago
- 0b23875 stem property of java modules are propagated to Make by Jiyong Park · 5 years ago
- 24babe3 Revert "Package dexpreopt artifacts for libcore jars in the ART apex." by Nicolas Geoffray · 5 years ago
- d5df949 Package dexpreopt artifacts for libcore jars in the ART apex. by Ulya Trafimovich · 5 years ago
- 1826338 Deduplicate config generation for boot images. by Ulya Trafimovich · 5 years ago
- 3b19f5d Remove old-style support for translated second architectures by Colin Cross · 5 years ago
- cc4b0ad Update dexpreopt for the ART APEX name change. by Martin Stjernholm · 5 years ago
- 6adeee1 Revert "Revert "Remove option to create boot image based on preloaded classes"" by Mathieu Chartier · 6 years ago
- 0f41678 Expand the dexpreopt image dependencies to entire image by Dan Willemsen · 6 years ago
- 2d00f0d Write dexpreopt.config again during the build by Colin Cross · 6 years ago
- c11e0c5 Fix dangling rules on aosp_cf_x86_phone by Colin Cross · 6 years ago
- feef2ef Pass other boot classpath locations to the apex image. by Nicolas Geoffray · 6 years ago
- df8eebe Zip boot image by Colin Cross · 6 years ago
- 2cdd5df Fix Rel() after ReplaceExtension or InSameDir by Colin Cross · 6 years ago
- 07b4007 Add a DEX2OAT_BOOTCLASSPATH variable. by Nicolas Geoffray · 6 years ago
- 72892f1 Support for install multiple boot images. by Nicolas Geoffray · 6 years ago
- 9be4152 Pass DEXPREOPT_BOOT_JARS_MODULES to Make by Colin Cross · 6 years ago
- 44df581 Refactor dexpreopt_bootjars.go to prepare for multiple boot images by Colin Cross · 6 years ago