1. 56a8321 Remove global state from apex modules by Colin Cross · 5 years ago
  2. 78d51b0 Only look for profiles when we have a profile dir by Dan Willemsen · 5 years ago
  3. 6e82748 Rename dexpreopt.config field to bring it in sync with Make. by Ulya Trafimovich · 5 years ago
  4. fa09632 Merge changes from topics "target-build-unbundled", "unbundled-preopt" by Martin Stjernholm · 5 years ago
  5. 95d6ea3 Don't disable dexpreopting implicitly in unbundled builds. by Martin Stjernholm · 5 years ago
  6. d4bcea4 Refactor library path representation in dexpreopt. by Ulya Trafimovich · 5 years ago
  7. 6cf2c0c Fix host path for dexpreopted system server modules defined in Make. by Ulya Trafimovich · 5 years ago
  8. ab99498 Adjust embedded dex locations in host boot image. by David Srbecky · 5 years ago
  9. 1aacc6c Fix dump-oat-boot build target. by David Srbecky · 5 years ago
  10. c177ebe Distinguish boot images by target rather than arch by David Srbecky · 5 years ago
  11. 6d41527 Do all dexpreoptDisabled checks before registering a dex2oat host dep. by Martin Stjernholm · 6 years ago
  12. 8d80cee Pass dexpreopt config structs by reference. by Martin Stjernholm · 6 years ago
  13. 40f9f3c Reland: Move the Once cache for dexpreopt.GlobalConfig into the by Martin Stjernholm · 6 years ago
  14. 75a48d8 Reland: Separate dexpreopt.GlobalSoongConfig to allow independent caching of it. by Martin Stjernholm · 6 years ago
  15. 73d5983 Remove UseApexImage and GenerateApexImage. by Nicolas Geoffray · 6 years ago
  16. 40139d6 Support dexpreopt against the primary boot image. by Vladimir Marko · 6 years ago
  17. e4b5342 Revert "Separate dexpreopt.GlobalSoongConfig to allow independen..." by Hans Boehm · 6 years ago
  18. 453bf09 Revert "Move the Once cache for dexpreopt.GlobalConfig into the ..." by Hans Boehm · 6 years ago
  19. dae8a80 Move the Once cache for dexpreopt.GlobalConfig into the dexpreopt package. by Martin Stjernholm · 6 years ago
  20. be9d0d2 Separate dexpreopt.GlobalSoongConfig to allow independent caching of it. by Martin Stjernholm · 6 years ago
  21. 4d9c97b Merge "Use boot image extension in the JIT-zygote experiment." by Ulyana Trafimovich · 6 years ago
  22. 5754745 Use boot image extension in the JIT-zygote experiment. by Ulya Trafimovich · 6 years ago
  23. dbdf8f9 Don't dexpreopt APEX variant modules by Yo Chiang · 6 years ago
  24. 54191fa Revert "Consistently use either "boot" or "apex" boot image as the default." by Lingfeng Yang · 6 years ago
  25. 48b3b3c Consistently use either "boot" or "apex" boot image as the default. by Ulya Trafimovich · 6 years ago
  26. 4d2eeed Use boot image extension for framework libraries. by Ulya Trafimovich · 6 years ago
  27. c1bf724 Remove support for stripping dex. by Nicolas Geoffray · 6 years ago
  28. c6136c9 Merge "Remove old-style support for translated second architectures" by Treehugger Robot · 6 years ago
  29. 70dda7e Separate InstallPath from OutputPath by Colin Cross · 6 years ago
  30. 3b19f5d Remove old-style support for translated second architectures by Colin Cross · 6 years ago
  31. 402be41 Revert "Remove old-style support for translated second architectures" by Colin Cross · 6 years ago
  32. fe6330c Remove old-style support for translated second architectures by Colin Cross · 6 years ago
  33. e710242 Add support for generating boot profiles. by Nicolas Geoffray · 6 years ago
  34. 0f41678 Expand the dexpreopt image dependencies to entire image by Dan Willemsen · 6 years ago
  35. 50ddcc4 Port uses-shared library verification and dexpreopting to Soong by Colin Cross · 6 years ago
  36. c032498 Revert "Port uses-shared library verification and dexpreopting to Soong" by Colin Cross · 6 years ago
  37. b66d7b1 Port uses-shared library verification and dexpreopting to Soong by Colin Cross · 6 years ago
  38. 1f33e40 Add native_bridge target to Android.bp by dimitry · 6 years ago
  39. ccbb393 Add android_app_import. by Jaewoong Jung · 6 years ago
  40. de4e4e6 Tag dex_preopt.profile as a path by Colin Cross · 6 years ago
  41. 06758a7 Use the full dexpreopt boot classpath when preopting with other images. by Nicolas Geoffray · 6 years ago
  42. 25c0e03 Use the apex image when the device config asks for it. by Nicolas Geoffray · 6 years ago
  43. 44df581 Refactor dexpreopt_bootjars.go to prepare for multiple boot images by Colin Cross · 6 years ago
  44. 69f59a3 Make RuleBuilder methods take Paths by Colin Cross · 6 years ago
  45. ab898dc Revert "Make RuleBuilder methods take Paths" by Colin Cross · 6 years ago
  46. acdd694 Make RuleBuilder methods take Paths by Colin Cross · 6 years ago
  47. 800fe13 Move dexpreopting of boot jars into Soong by Colin Cross · 6 years ago
  48. deabb94 Add RuleBuilder.Installs().String() by Colin Cross · 6 years ago
  49. fa6e9ec Revert "Revert "Never strip and store dex files uncompressed when they are preopted on system."" by Nicolas Geoffray · 6 years ago
  50. 74ba962 Use ArchType in dexpreopt config by Colin Cross · 6 years ago
  51. c7e40aa Move dexpreopt image selection out of dexpreopt package by Colin Cross · 6 years ago
  52. 09a65ab Remove unused dexpreopt UseEmbeddedDex by Colin Cross · 7 years ago
  53. 571cccf Prepare for a type-safe OnceKey by Colin Cross · 7 years ago
  54. feec25b Move dexpreopt.Script to android.RuleBuilder by Colin Cross · 7 years ago
  55. d181c8b Rename preferCodeIntegrity to useEmbeddedDex by Victor Hsieh · 7 years ago
  56. 8c6d250 Allow modules to disable stripping when dexpreopting by Colin Cross · 7 years ago
  57. 2fc72f6 Remove duplicated shouldUncompressDex logic by Colin Cross · 7 years ago
  58. dc2da91 Don't dexpreopt when compile_dex but not installable by Colin Cross · 7 years ago
  59. a2c16c1 manifest_fixer: rename to --prefer-code-integrity by Victor Hsieh · 7 years ago
  60. 43f08db Dexpreopt soong modules inside soong by Colin Cross · 7 years ago
  61. 4ff85eb Revert "Dexpreopt soong modules inside soong" by Colin Cross · 7 years ago
  62. 29ff887 Dexpreopt soong modules inside soong by Colin Cross · 7 years ago