aboutsummaryrefslogtreecommitdiffstats
path: root/java/dexpreopt.go
Commit message (Expand)AuthorAgeFilesLines
* Use the full dexpreopt boot classpath when preopting with other images.Nicolas Geoffray2019-04-081-2/+6
* Use the apex image when the device config asks for it.Nicolas Geoffray2019-04-051-0/+3
* Refactor dexpreopt_bootjars.go to prepare for multiple boot imagesColin Cross2019-02-201-36/+9
* Make RuleBuilder methods take PathsColin Cross2019-02-201-20/+28
* Revert "Make RuleBuilder methods take Paths"Colin Cross2019-02-211-21/+17
* Make RuleBuilder methods take PathsColin Cross2019-02-201-17/+21
* Move dexpreopting of boot jars into SoongColin Cross2019-02-151-10/+16
* Add RuleBuilder.Installs().String()Colin Cross2019-02-131-4/+2
* Revert "Revert "Never strip and store dex files uncompressed when they are pr...Nicolas Geoffray2019-02-131-5/+14
* Use ArchType in dexpreopt configColin Cross2019-02-121-3/+3
* Move dexpreopt image selection out of dexpreopt packageColin Cross2019-02-111-2/+7
* Remove unused dexpreopt UseEmbeddedDexColin Cross2019-02-081-1/+0
* Prepare for a type-safe OnceKeyColin Cross2019-02-061-1/+3
* Move dexpreopt.Script to android.RuleBuilderColin Cross2019-02-051-58/+2
* Rename preferCodeIntegrity to useEmbeddedDexVictor Hsieh2019-01-291-8/+8
* Allow modules to disable stripping when dexpreoptingColin Cross2019-01-101-0/+4
* Remove duplicated shouldUncompressDex logicColin Cross2019-01-091-12/+6
* Don't dexpreopt when compile_dex but not installableColin Cross2019-01-061-4/+9
* manifest_fixer: rename to --prefer-code-integrityVictor Hsieh2019-01-031-8/+8
* Dexpreopt soong modules inside soongColin Cross2018-12-151-0/+250
* Revert "Dexpreopt soong modules inside soong"Colin Cross2018-12-141-246/+0
* Dexpreopt soong modules inside soongColin Cross2018-12-131-0/+246