aboutsummaryrefslogtreecommitdiffstats
path: root/java/dexpreopt_bootjars.go
Commit message (Expand)AuthorAgeFilesLines
* Collect permitted packages from java_sdk_library instancesPaul Duffin2020-05-291-2/+2
* Add "updatable" property to ApexModule interface.Ulya Trafimovich2020-05-271-11/+12
* Revert "Generate the ART boot image for host as well (used by ART tests)."Jeff Tinker2020-05-191-28/+21
* Generate the ART boot image for host as well (used by ART tests).David Srbecky2020-05-191-21/+28
* Relax boot image check to allow platform Jacoco variant in a coverage build.Ulya Trafimovich2020-04-091-0/+3
* Forbid generating boot image files for jars in updatable modules.Ulya Trafimovich2020-04-091-8/+60
* Add file with updatable BCP packages to /system/etc/Vladimir Marko2020-04-031-0/+57
* Distinguish boot images by target rather than archDavid Srbecky2020-04-031-75/+66
* Set '--force-determinism' option for boot image compilation.Ulya Trafimovich2020-03-111-0/+1
* Do all dexpreoptDisabled checks before registering a dex2oat host dep.Martin Stjernholm2020-02-131-0/+4
* Reland: Move the Once cache for dexpreopt.GlobalConfig into theMartin Stjernholm2020-02-131-6/+6
* Reland: Separate dexpreopt.GlobalSoongConfig to allow independentMartin Stjernholm2020-02-131-3/+6
* Remove UseApexImage and GenerateApexImage.Nicolas Geoffray2020-02-071-12/+0
* Fix --boot-image argument in dex2oat command for boot image extension.Ulya Trafimovich2020-01-281-1/+4
* Revert "Separate dexpreopt.GlobalSoongConfig to allow independen..."Hans Boehm2020-01-271-6/+3
* Revert "Move the Once cache for dexpreopt.GlobalConfig into the ..."Hans Boehm2020-01-271-7/+7
* Move the Once cache for dexpreopt.GlobalConfig into the dexpreoptMartin Stjernholm2020-01-241-7/+7
* Separate dexpreopt.GlobalSoongConfig to allow independent caching ofMartin Stjernholm2020-01-241-3/+6
* For JIT-zygote config, add "apex" boot image files to the ART apex.Ulya Trafimovich2020-01-221-1/+12
* Use boot image extension in the JIT-zygote experiment.Ulya Trafimovich2020-01-101-1/+2
* Merge "Include jacoco in the ART boot image if EMMA_INSTRUMENT_FRAMEWORK=true."Ulyana Trafimovich2020-01-081-11/+3
|\
| * Include jacoco in the ART boot image if EMMA_INSTRUMENT_FRAMEWORK=true.Ulya Trafimovich2020-01-061-11/+3
* | Move generation of the dexpreopt tool paths into Soong.Martin Stjernholm2020-01-071-6/+4
* | Respect JIT-zygote config when generating boot image location.Ulya Trafimovich2020-01-061-8/+7
|/
* Revert "Consistently use either "boot" or "apex" boot image as the default."Lingfeng Yang2019-12-191-10/+7
* Consistently use either "boot" or "apex" boot image as the default.Ulya Trafimovich2019-12-181-7/+10
* Revert "Use boot image extension for framework libraries."Ulyana Trafimovich2019-12-111-3/+11
* Pass correct --image argument to oatdump.Ulya Trafimovich2019-12-061-1/+1
* Export art dexpreopt image zip fileColin Cross2019-12-041-2/+3
* Use boot image extension for framework libraries.Ulya Trafimovich2019-12-031-56/+96
* Revert^4 "Package dexpreopt artifacts for libcore jars in the ART apex."Ulyana Trafimovich2019-11-081-23/+38
* Revert^3 "Package dexpreopt artifacts for libcore jars in the ART apex."Ulyana Trafimovich2019-11-071-30/+23
* Revert^2 "Package dexpreopt artifacts for libcore jars in the ART apex."Ulyana Trafimovich2019-11-071-23/+30
* Merge "Disable dexpreopt on targets that do not include default ART config."Ulyana Trafimovich2019-11-041-0/+4
|\
| * Disable dexpreopt on targets that do not include default ART config.Ulya Trafimovich2019-11-011-0/+4
* | stem property of java modules are propagated to MakeJiyong Park2019-10-311-1/+1
|/
* Revert "Package dexpreopt artifacts for libcore jars in the ART apex."Nicolas Geoffray2019-10-301-2/+0
* Package dexpreopt artifacts for libcore jars in the ART apex.Ulya Trafimovich2019-10-281-0/+2
* Specify boot image format to be lz4hcMathieu Chartier2019-07-261-0/+1
* Add support for generating boot profiles.Nicolas Geoffray2019-07-241-0/+47
* Add RuleBuilder helper functions for built and prebuilt toolsColin Cross2019-07-111-2/+2
* Revert "Revert "Remove option to create boot image based on preloaded classes""Mathieu Chartier2019-06-261-3/+1
* Revert "Remove option to create boot image based on preloaded classes"Mathieu Chartier2019-06-261-1/+3
* Remove option to create boot image based on preloaded classesMathieu Chartier2019-06-251-3/+1
* Expand the dexpreopt image dependencies to entire imageDan Willemsen2019-06-181-24/+37
* Write dexpreopt.config again during the buildColin Cross2019-05-101-0/+21
* Fix dangling rules on aosp_cf_x86_phoneColin Cross2019-05-081-10/+4
* Add native_bridge target to Android.bpdimitry2019-05-031-2/+4
* Make makevars deterministicColin Cross2019-04-121-0/+7
* Zip boot imageColin Cross2019-04-111-2/+26