summaryrefslogtreecommitdiff
path: root/java/dexpreopt.go
AgeCommit message (Expand)Author
2021-03-24Allow using updatable boot jars in dexpreopt (but don't use them yet). Ulya Trafimovich
2021-02-22Add non-fatal mode for verify_uses_libraries check. Ulya Trafimovich
2021-02-04Don't write nonexistent DEX file paths to dexpreopt.config files. Ulya Trafimovich
2021-02-02Switch hiddenapi to use OutputPath instead of ModuleOutPath Paul Duffin
2021-01-28Write module dexpreopt.config for Make. Ulya Trafimovich
2020-12-17Remove the return value from dexpreopt Jaewoong Jung
2020-12-01Pass pctx and ctx to NewRuleBuilder Colin Cross
2020-11-03Rework class loader context implementation. Ulya Trafimovich
2020-10-06Remove global state from apex modules Colin Cross
2020-06-24Only look for profiles when we have a profile dir Dan Willemsen
2020-06-12Rename dexpreopt.config field to bring it in sync with Make. Ulya Trafimovich
2020-06-11Merge changes from topics "target-build-unbundled", "unbundled-preopt" Martin Stjernholm
2020-06-04Don't disable dexpreopting implicitly in unbundled builds. Martin Stjernholm
2020-06-04Refactor library path representation in dexpreopt. Ulya Trafimovich
2020-04-27Fix host path for dexpreopted system server modules defined in Make. Ulya Trafimovich
2020-04-01Adjust embedded dex locations in host boot image. David Srbecky
2020-03-26Fix dump-oat-boot build target. David Srbecky
2020-02-26Distinguish boot images by target rather than arch David Srbecky
2020-02-13Do all dexpreoptDisabled checks before registering a dex2oat host dep. Martin Stjernholm
2020-02-13Pass dexpreopt config structs by reference. Martin Stjernholm
2020-02-13Reland: Move the Once cache for dexpreopt.GlobalConfig into the Martin Stjernholm
2020-02-13Reland: Separate dexpreopt.GlobalSoongConfig to allow independent Martin Stjernholm
2020-02-07Remove UseApexImage and GenerateApexImage. Nicolas Geoffray
2020-02-07Support dexpreopt against the primary boot image. Vladimir Marko
2020-01-27Revert "Separate dexpreopt.GlobalSoongConfig to allow independen..." Hans Boehm
2020-01-27Revert "Move the Once cache for dexpreopt.GlobalConfig into the ..." Hans Boehm
2020-01-24Move the Once cache for dexpreopt.GlobalConfig into the dexpreopt Martin Stjernholm
2020-01-24Separate dexpreopt.GlobalSoongConfig to allow independent caching of Martin Stjernholm
2020-01-13Merge "Use boot image extension in the JIT-zygote experiment." Ulyana Trafimovich
2020-01-10Use boot image extension in the JIT-zygote experiment. Ulya Trafimovich
2020-01-09Don't dexpreopt APEX variant modules Yo Chiang
2019-12-19Revert "Consistently use either "boot" or "apex" boot image as the default." Lingfeng Yang
2019-12-18Consistently use either "boot" or "apex" boot image as the default. Ulya Trafimovich
2019-12-03Use boot image extension for framework libraries. Ulya Trafimovich
2019-10-18Remove support for stripping dex. Nicolas Geoffray
2019-10-07Merge "Remove old-style support for translated second architectures" Treehugger Robot
2019-10-03Separate InstallPath from OutputPath Colin Cross
2019-09-19Remove old-style support for translated second architectures Colin Cross
2019-09-18Revert "Remove old-style support for translated second architectures" Colin Cross
2019-09-18Remove old-style support for translated second architectures Colin Cross
2019-07-24Add support for generating boot profiles. Nicolas Geoffray
2019-06-18Expand the dexpreopt image dependencies to entire image Dan Willemsen
2019-05-29Port uses-shared library verification and dexpreopting to Soong Colin Cross
2019-05-29Revert "Port uses-shared library verification and dexpreopting to Soong" Colin Cross
2019-05-28Port uses-shared library verification and dexpreopting to Soong Colin Cross
2019-05-03Add native_bridge target to Android.bp dimitry
2019-05-01Add android_app_import. Jaewoong Jung
2019-04-26Tag dex_preopt.profile as a path Colin Cross
2019-04-08Use the full dexpreopt boot classpath when preopting with other images. Nicolas Geoffray
2019-04-04Use the apex image when the device config asks for it. Nicolas Geoffray