aboutsummaryrefslogtreecommitdiffstats
path: root/dexpreopt/config.go
Commit message (Expand)AuthorAgeFilesLines
* 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-131-22/+22
* Reland: Get the dex2oat host tool path from module dependency on theMartin Stjernholm2020-02-131-10/+95
* Reland: Move the Once cache for dexpreopt.GlobalConfig into theMartin Stjernholm2020-02-131-11/+66
* Reland: Separate dexpreopt.GlobalSoongConfig to allow independentMartin Stjernholm2020-02-131-20/+45
* 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-271-45/+20
* Revert "Move the Once cache for dexpreopt.GlobalConfig into the ..."Hans Boehm2020-01-271-66/+11
* Revert "Get the dex2oat host tool path from module dependency on..."Hans Boehm2020-01-271-95/+10
* Get the dex2oat host tool path from module dependency on the binaryMartin Stjernholm2020-01-241-10/+95
* Move the Once cache for dexpreopt.GlobalConfig into the dexpreoptMartin Stjernholm2020-01-241-11/+66
* Separate dexpreopt.GlobalSoongConfig to allow independent caching ofMartin Stjernholm2020-01-241-20/+45
* Sandbox soong_build by changing to root directoryColin Cross2020-01-111-29/+8
* Revert "Sandbox soong_build by changing to root directory"Colin Cross2020-01-101-8/+29
* Sandbox soong_build by changing to root directoryColin Cross2020-01-091-29/+8
* Move generation of the dexpreopt tool paths into Soong.Martin Stjernholm2020-01-071-34/+133
* Use boot image extension for framework libraries.Ulya Trafimovich2019-12-031-5/+8
* soong: Align update boot jar variable with system_server jarRoshan Pius2019-12-021-6/+4
* soong: Support system_server jars from apexesRoshan Pius2019-11-221-3/+5
* Remove support for stripping dex.Nicolas Geoffray2019-10-181-14/+1
* Update dexpreopt for the ART APEX name change.Martin Stjernholm2019-08-301-2/+2
* Add support for generating boot profiles.Nicolas Geoffray2019-07-241-0/+1
* 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-181-2/+6
* Port uses-shared library verification and dexpreopting to SoongColin Cross2019-05-291-7/+4
* Revert "Port uses-shared library verification and dexpreopting to Soong"Colin Cross2019-05-291-4/+7
* Port uses-shared library verification and dexpreopting to SoongColin Cross2019-05-281-7/+4
* Move verify_uses_libraries.sh out of dexpreoptColin Cross2019-05-281-24/+27
* Write dexpreopt.config again during the buildColin Cross2019-05-101-10/+10
* Enable app image startup cache for preopted appsMathieu Chartier2019-04-301-0/+2
* Use the apex image when the device config asks for it.Nicolas Geoffray2019-04-041-0/+1
* Support for install multiple boot images.Nicolas Geoffray2019-02-221-0/+2
* Make RuleBuilder methods take PathsColin Cross2019-02-201-34/+206
* Revert "Make RuleBuilder methods take Paths"Colin Cross2019-02-211-201/+33
* Make RuleBuilder methods take PathsColin Cross2019-02-201-33/+201
* Set a dedicated variable for the runtime apex libs.Nicolas Geoffray2019-02-201-1/+1
* Move dexpreopting of boot jars into SoongColin Cross2019-02-151-7/+18
* Revert "Revert "Never strip and store dex files uncompressed when they are pr...Nicolas Geoffray2019-02-131-1/+2
* Use ArchType in dexpreopt configColin Cross2019-02-121-4/+6
* Move dexpreopt image selection out of dexpreopt packageColin Cross2019-02-111-5/+5
* Remove unused dexpreopt UseEmbeddedDexColin Cross2019-02-081-1/+0
* Rename preferCodeIntegrity to useEmbeddedDexVictor Hsieh2019-01-291-8/+8
* Preopt: Do not strip non-image boot class path jars.Vladimir Marko2019-01-111-0/+1
* Allow modules to disable stripping when dexpreoptingColin Cross2019-01-101-0/+1
* Preopt: Pass -Xbootclasspath: arg to dex2oat.Vladimir Marko2019-01-091-1/+4
* manifest_fixer: rename to --prefer-code-integrityVictor Hsieh2019-01-031-8/+8
* Dexpreopt soong modules inside soongColin Cross2018-12-151-0/+141