aboutsummaryrefslogtreecommitdiff
path: root/dexpreopt
AgeCommit message (Expand)Author
2021-07-15Drop "prebuilt_" prefix when adding libraries to class loader context.Ulya Trafimovich
2021-05-20Don't fail if the target module is disabled in dex2oat toolMartin Stjernholm
2021-05-18Add usesTargetFiles option in dexpreopt_genJeongik Cha
2021-05-08Merge "Rename fields in dexpreopt config"Treehugger Robot
2021-05-07Rename fields in dexpreopt configJeongik Cha
2021-05-05Make SystemServerJars ConfiguredJarList.satayev
2021-04-29Fix profileCommand to remove the profile first.Vladimir Marko
2021-04-28Add GetEmbeddedPrebuilt and IsModulePrebuiltPaul Duffin
2021-04-27Merge "Drop DexPreoptImages field in dexpreopt config"Treehugger Robot
2021-04-26Drop DexPreoptImages field in dexpreopt configJeongik Cha
2021-04-26Merge "profman: Clean up output profile type options."Vladimir Marko
2021-04-23profman: Clean up output profile type options.Vladimir Marko
2021-04-23Check consistency of the BootJars/UpdatableBootJars configPaul Duffin
2021-04-23Merge "Expose "full" dexpreopt.config"Treehugger Robot
2021-04-22Fix toJsonClassLoaderContextRec size bugJeongik Cha
2021-04-19Expose "full" dexpreopt.configJeongik Cha
2021-04-15Made ManifestPath OptionalPath instead of PathJeongik Cha
2021-03-29Merge changes I1f0ab4af,Iea3be0fcUlyana Trafimovich
2021-03-25Fix AAPT path in dexpreopt.Ulya Trafimovich
2021-03-25Merge "Allow using updatable boot jars in dexpreopt (but don't use them yet)."Ulyana Trafimovich
2021-03-24Cleanup usages of Dex2oatDepTagPaul Duffin
2021-03-24Allow using updatable boot jars in dexpreopt (but don't use them yet).Ulya Trafimovich
2021-03-24Group all the preparations needed for testing dexpreoptPaul Duffin
2021-03-24Use more inclusive language in dexpreopt/testing.goPaul Duffin
2021-03-22Allow modules that don't run verify_uses_libraries to have nonempty CLC.Ulya Trafimovich
2021-03-15Reimplement verify_uses_libraries.sh in manifest_check.py.Ulya Trafimovich
2021-03-10Support test fixtures in dexpreopt packagePaul Duffin
2021-03-08Merge "Stop using '&' for class loader context."Nicolas Geoffray
2021-03-05Stop using '&' for class loader context.Nicolas Geoffray
2021-03-02Use compiler filter "verify" for dexpreopt w/o class loader context.Ulya Trafimovich
2021-02-22Add non-fatal mode for verify_uses_libraries check.Ulya Trafimovich
2021-02-11Preserve <uses-library> order in dexpreopt.config files.Ulya Trafimovich
2021-02-06Add LOCAL_LICENSE_KINDS to build/soongBob Badour
2021-02-01Merge "Write module dexpreopt.config for Make."Ulyana Trafimovich
2021-01-28Write module dexpreopt.config for Make.Ulya Trafimovich
2021-01-26Merge "Make dexpreopt tools available for all java tests"Paul Duffin
2021-01-25Make dexpreopt tools available for all java testsPaul Duffin
2021-01-25Merge "Use tree representation for class loader context in Make."Ulyana Trafimovich
2021-01-22Use tree representation for class loader context in Make.Ulya Trafimovich
2021-01-21Allow createGlobalSoongConfig() to be used from testsPaul Duffin
2021-01-20Merge "dexpreopt: Use the dirty-image-objects path from frameworks/base."Nicolas Geoffray
2021-01-20dexpreopt: Use the dirty-image-objects path from frameworks/base.Nicolas Geoffray
2021-01-20Support building boot images with disabled dexpreopt.Ulya Trafimovich
2021-01-05Remove obsolete class loader context API and update unit tests.Ulya Trafimovich
2020-12-23Fix library order in class loader context to agree with PackageManager.Ulya Trafimovich
2020-12-21Unify addition of class loader subcontext from dependencies.Ulya Trafimovich
2020-12-07Merge changes I697a65e4,Iaac6aaf6Ulyana Trafimovich
2020-12-02Make error message more precise.Ulya Trafimovich
2020-12-01Pass pctx and ctx to NewRuleBuilderColin Cross
2020-11-27Documenting dexpreopt/class_loader_context.go.Ulya Trafimovich