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