aboutsummaryrefslogtreecommitdiffstats
path: root/dexpreopt
Commit message (Expand)AuthorAgeFilesLines
* Fix host path for dexpreopted system server modules defined in Make.Ulya Trafimovich2020-04-281-1/+10
* Don't append build directory to the output path twice.Ulya Trafimovich2020-03-241-1/+1
* Fix null pointer dereference in Soong on dexpreopt arc-services.Ulya Trafimovich2020-03-231-1/+1
* Simplify the construction of class loader contexts for system server jars.Ulya Trafimovich2020-03-201-49/+32
* Simple refactoring of prefix related functions.Jaewoong Jung2020-02-141-29/+1
* Do all dexpreoptDisabled checks before registering a dex2oat host dep.Martin Stjernholm2020-02-131-29/+20
* Pass dexpreopt config structs by reference.Martin Stjernholm2020-02-134-44/+44
* Reland: Get the dex2oat host tool path from module dependency on theMartin Stjernholm2020-02-133-10/+143
* Reland: Move the Once cache for dexpreopt.GlobalConfig into theMartin Stjernholm2020-02-132-17/+72
* Reland: Separate dexpreopt.GlobalSoongConfig to allow independentMartin Stjernholm2020-02-134-54/+88
* Use precise class loader context for system server jars.Ulya Trafimovich2020-02-131-6/+72
* Make PRODUCT_BOOT_JARS and PRODUCT_UPDATABLE_BOOT_JARS disjoint.Ulya Trafimovich2020-02-131-12/+2
* Remove UseApexImage and GenerateApexImage.Nicolas Geoffray2020-02-071-3/+0
* Support dexpreopt against the primary boot image.Vladimir Marko2020-02-071-0/+2
* Revert "Separate dexpreopt.GlobalSoongConfig to allow independen..."Hans Boehm2020-01-274-88/+54
* Revert "Move the Once cache for dexpreopt.GlobalConfig into the ..."Hans Boehm2020-01-272-72/+17
* Revert "Get the dex2oat host tool path from module dependency on..."Hans Boehm2020-01-273-143/+10
* Get the dex2oat host tool path from module dependency on the binaryMartin Stjernholm2020-01-243-10/+143
* Move the Once cache for dexpreopt.GlobalConfig into the dexpreoptMartin Stjernholm2020-01-242-17/+72
* Separate dexpreopt.GlobalSoongConfig to allow independent caching ofMartin Stjernholm2020-01-244-54/+88
* Sandbox soong_build by changing to root directoryColin Cross2020-01-112-35/+32
* Revert "Sandbox soong_build by changing to root directory"Colin Cross2020-01-102-32/+35
* Sandbox soong_build by changing to root directoryColin Cross2020-01-092-35/+32
* Move generation of the dexpreopt tool paths into Soong.Martin Stjernholm2020-01-073-49/+159
* Respect JIT-zygote config when generating boot image location.Ulya Trafimovich2020-01-061-9/+1
* Rollback to the legacy way of computing boot image locations.Ulya Trafimovich2019-12-191-1/+9
* Move filesystem into ConfigColin Cross2019-12-182-4/+4
* Revert "Move odexes of non-system apps into system_other"Anton Hansson2019-12-062-4/+4
* Use boot image extension for framework libraries.Ulya Trafimovich2019-12-033-21/+18
* soong: Align update boot jar variable with system_server jarRoshan Pius2019-12-022-6/+10
* Revert^2 "Do not dexpreopt system server jars from updatable modules."Ulyana Trafimovich2019-11-271-0/+17
* Revert "Do not dexpreopt system server jars from updatable modules."Ulyana Trafimovich2019-11-261-17/+0
* Do not dexpreopt system server jars from updatable modules.Ulya Trafimovich2019-11-251-0/+17
* soong: Support system_server jars from apexesRoshan Pius2019-11-221-3/+5
* Merge "Remove support for stripping dex."Nicolas Geoffray2019-10-224-197/+5
|\
| * Remove support for stripping dex.Nicolas Geoffray2019-10-184-197/+5
* | Move odexes of non-system apps into system_otherAnton Hansson2019-10-032-4/+4
|/
* Add partition subdirs to system_otherAnton Hansson2019-10-032-4/+4
* Beef up system_other odex testsAnton Hansson2019-10-021-22/+71
* Update dexpreopt for the ART APEX name change.Martin Stjernholm2019-08-301-2/+2
* Add support for generating boot profiles.Nicolas Geoffray2019-07-242-0/+37
* Revert "Revert "Remove option to create boot image based on preloaded classes""Mathieu Chartier2019-06-261-11/+5
* Revert "Remove option to create boot image based on preloaded classes"Mathieu Chartier2019-06-261-5/+11
* Remove option to create boot image based on preloaded classesMathieu Chartier2019-06-251-11/+5
* Expand the dexpreopt image dependencies to entire imageDan Willemsen2019-06-183-5/+11
* Port uses-shared library verification and dexpreopting to SoongColin Cross2019-05-293-17/+10
* Revert "Port uses-shared library verification and dexpreopting to Soong"Colin Cross2019-05-293-10/+17
* Port uses-shared library verification and dexpreopting to SoongColin Cross2019-05-283-17/+10
* Move verify_uses_libraries.sh out of dexpreoptColin Cross2019-05-282-41/+51
* Write dexpreopt.config again during the buildColin Cross2019-05-102-11/+11