aboutsummaryrefslogtreecommitdiff
path: root/dexpreopt
AgeCommit message (Expand)Author
2019-04-29Enable app image startup cache for preopted appsMathieu Chartier
2019-04-05Use the apex image when the device config asks for it.Nicolas Geoffray
2019-03-05Hardcode in dexopt the information that /system/product should be /product.Nicolas Geoffray
2019-02-27Fix Rel() after ReplaceExtension or InSameDirColin Cross
2019-02-22Support for install multiple boot images.Nicolas Geoffray
2019-02-20Make RuleBuilder methods take PathsColin Cross
2019-02-21Revert "Make RuleBuilder methods take Paths"Colin Cross
2019-02-20Make RuleBuilder methods take PathsColin Cross
2019-02-20Set a dedicated variable for the runtime apex libs.Nicolas Geoffray
2019-02-19Add CopyOf utility methodColin Cross
2019-02-15Move dexpreopting of boot jars into SoongColin Cross
2019-02-15Fix dependencies in strip.shColin Cross
2019-02-13Add RuleBuilder.Installs().String()Colin Cross
2019-02-13Revert "Revert "Never strip and store dex files uncompressed when they are pr...Nicolas Geoffray
2019-02-12Use ArchType in dexpreopt configColin Cross
2019-02-11Move dexpreopt image selection out of dexpreopt packageColin Cross
2019-02-08Remove unused dexpreopt UseEmbeddedDexColin Cross
2019-02-05Improve RuleBuilder documentation and methodsColin Cross
2019-02-05Move dexpreopt.Script to android.RuleBuilderColin Cross
2019-01-29Rename preferCodeIntegrity to useEmbeddedDexVictor Hsieh
2019-01-11Preopt: Do not strip non-image boot class path jars.Vladimir Marko
2019-01-10Allow modules to disable stripping when dexpreoptingColin Cross
2019-01-09Don't strip when dexpreopt is disabledColin Cross
2019-01-09Preopt: Pass -Xbootclasspath: arg to dex2oat.Vladimir Marko
2019-01-07Merge "Save invocation info of dex2oat runs."android-o-mr1-iot-release-1.0.8Treehugger Robot
2019-01-03manifest_fixer: rename to --prefer-code-integrityVictor Hsieh
2019-01-02Save invocation info of dex2oat runs.Alex Light
2018-12-19Create dexpreopt install dirColin Cross
2018-12-19Merge "Fix build time preopt with shared library uses."Nicolas Geoffray
2018-12-18Add an owners file for dexpreopt files.Nicolas Geoffray
2018-12-18Fix build time preopt with shared library uses.Nicolas Geoffray
2018-12-15Dexpreopt soong modules inside soongColin Cross
2018-12-14Revert "Dexpreopt soong modules inside soong"Colin Cross
2018-12-13Dexpreopt soong modules inside soongColin Cross