1. 613bdc5 Call PackageFile for dexpreopt files of APEX bundles. by Justin Yun · 1 year, 2 months ago
  2. 22c8aca Call PackageFile for dexpreopt files by Justin Yun · 1 year, 2 months ago
  3. 8a296ba Remove unused dexpreopt install path function by Spandan Das · 1 year, 2 months ago
  4. 3dbda18 Use r8/d8 optimized profile for dexpreopt by Spandan Das · 1 year, 3 months ago
  5. 50801e2 Support min_sdk_version overrides in apexes by Spandan Das · 1 year, 3 months ago
  6. a3a0546 Revert^2 "Remove compilation actions from java sdk library" by Jihoon Kang · 1 year, 4 months ago
  7. 5ae65ee Allow dexpreopt of source sdklib in prebuilt apex builds by Spandan Das · 1 year, 4 months ago
  8. a8afdcb Disable source javalib dexpreopt when using prebuilt apex by Spandan Das · 1 year, 5 months ago
  9. 0727ba7 Disable dexpreopt if optional_uses_libs does not have an impl by Spandan Das · 1 year, 6 months ago
  10. 2ea84dd Propagate profile_guided requirement of imports to top-level apex by Spandan Das · 1 year, 7 months ago
  11. e21a8d4 Fix the args used to dexpreopt system server jars in prebuilt apexes by Spandan Das · 1 year, 7 months ago
  12. b2fd4ff Revert "Ensure sscp jars get copied to $OUT/soong/system_server_dexjars" by Spandan Das · 1 year, 7 months ago
  13. 0b7089f Ensure sscp jars get copied to $OUT/soong/system_server_dexjars by Spandan Das · 1 year, 7 months ago
  14. 5be6333 Use the correct bootjars when multiple prebuilt apexes exist by Spandan Das · 1 year, 8 months ago
  15. 2069c3f Move dexpreopt processing from java_*_import to prebuilt_apex by Spandan Das · 1 year, 8 months ago
  16. ff694a8 Convert Provider to generic providers API by Colin Cross · 1 year, 8 months ago
  17. db93553 Remove PreoptExtractedApk. by Jiakai Zhang · 1 year, 8 months ago
  18. 51b2a8b Use per-app package list to avoid unnecessary dexpreopt. by Jiakai Zhang · 2 years, 1 month ago
  19. a449678 Move CLC construction to Ninja phase. by Jiakai Zhang · 2 years, 3 months ago
  20. cf61e3c Revert^2 "Generate app profiles even if dexpreopt is disabled." by Jiakai Zhang · 2 years, 3 months ago
  21. 3d08c38 Revert "Generate app profiles even if dexpreopt is disabled." by Qiao Yang · 2 years, 3 months ago
  22. 7b845e8 Generate app profiles even if dexpreopt is disabled. by Jiakai Zhang · 2 years, 3 months ago
  23. b879620 Revert^2 "Generate a boot image extension for mainline BCP... by Jiakai Zhang · 2 years, 5 months ago
  24. db160c0 Revert "Generate a boot image extension for mainline BCP jars." by Jiakai Zhang · 2 years, 5 months ago
  25. 3830308 Generate a boot image extension for mainline BCP jars. by Jiakai Zhang · 2 years, 6 months ago
  26. 81e4681 Use the profiles in the APEX to dexpreopt system server jars. by Jiakai Zhang · 2 years, 6 months ago
  27. 9c4dc19 Output dex_preopt to SDK snapshot. by Jiakai Zhang · 2 years, 6 months ago
  28. 3317ce7 Install system server jar profiles into the APEX. by Jiakai Zhang · 2 years, 6 months ago
  29. 2fbc355 Only dexpreopt system server jars for the primary arch. by Jiakai Zhang · 2 years, 8 months ago
  30. 442ec7f Remove obsolete dexpreopt config option `UseArtImage`. by Ulya Trafimovich · 3 years, 4 months ago
  31. 6decef9 Allow installing boot images outside of APEX. by Jiakai Zhang · 3 years, 7 months ago
  32. 880e111 Merge changes I8f4eaed1,I358a62d3 by Jiakai Zhang · 3 years, 8 months ago
  33. 28bc9a8 Dexpreopt standalone system server jars from prebuilts. by Jiakai Zhang · 3 years, 8 months ago
  34. 389a647 Dexpreopt standalone system server jars. by Jiakai Zhang · 3 years, 8 months ago
  35. c68db4b Remove InstallBypassMake and ToMakePath by Colin Cross · 3 years, 9 months ago
  36. 38310bb Only get dexpreopt config for device modules by Colin Cross · 3 years, 8 months ago
  37. fa9bfcd Honor PreventInstall for APKs and dexpreopt files by Colin Cross · 3 years, 9 months ago
  38. 1d0eb7a Fix ctx.InstallFile calls for java modules by Colin Cross · 3 years, 9 months ago
  39. 02669e8 Preopt system server jars with updatable bootclasspath. by Jiakai Zhang · 4 years ago
  40. 204356f Preopt APEX system server jars from prebuilts. by Jiakai Zhang · 4 years ago
  41. ca9bc98 Preopt APEX system server jars. by Jiakai Zhang · 4 years ago
  42. 4b073cd dexpreopt.config should be created even though unbundled image is built by Jeongik Cha · 4 years, 2 months ago
  43. 4dda75e Add usesTargetFiles option in dexpreopt_gen by Jeongik Cha · 4 years, 3 months ago
  44. 564fce4 Merge "Rename fields in dexpreopt config" by Treehugger Robot · 4 years, 3 months ago
  45. a596909 Rename fields in dexpreopt config by Jeongik Cha · 4 years, 3 months ago
  46. 9a6f87e Make SystemServerJars ConfiguredJarList. by satayev · 4 years, 3 months ago
  47. b19b58a Drop DexPreoptImages field in dexpreopt config by Jeongik Cha · 4 years, 3 months ago
  48. c624667 Expose "full" dexpreopt.config by Jeongik Cha · 4 years, 4 months ago
  49. 33a3a81 Made ManifestPath OptionalPath instead of Path by Jeongik Cha · 4 years, 4 months ago
  50. 9023b02 Allow using updatable boot jars in dexpreopt (but don't use them yet). by Ulya Trafimovich · 4 years, 5 months ago
  51. 8c35fcf Add non-fatal mode for verify_uses_libraries check. by Ulya Trafimovich · 4 years, 6 months ago
  52. c0f6479 Don't write nonexistent DEX file paths to dexpreopt.config files. by Ulya Trafimovich · 4 years, 6 months ago
  53. 612e610 Switch hiddenapi to use OutputPath instead of ModuleOutPath by Paul Duffin · 4 years, 6 months ago
  54. 76b0852 Write module dexpreopt.config for Make. by Ulya Trafimovich · 4 years, 7 months ago
  55. 4b97a56 Remove the return value from dexpreopt by Jaewoong Jung · 4 years, 8 months ago
  56. f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 4 years, 9 months ago
  57. 8cbc5d2 Rework class loader context implementation. by Ulya Trafimovich · 4 years, 9 months ago
  58. 56a8321 Remove global state from apex modules by Colin Cross · 5 years ago
  59. 78d51b0 Only look for profiles when we have a profile dir by Dan Willemsen · 5 years ago
  60. 6e82748 Rename dexpreopt.config field to bring it in sync with Make. by Ulya Trafimovich · 5 years ago
  61. fa09632 Merge changes from topics "target-build-unbundled", "unbundled-preopt" by Martin Stjernholm · 5 years ago
  62. 95d6ea3 Don't disable dexpreopting implicitly in unbundled builds. by Martin Stjernholm · 5 years ago
  63. d4bcea4 Refactor library path representation in dexpreopt. by Ulya Trafimovich · 5 years ago
  64. 6cf2c0c Fix host path for dexpreopted system server modules defined in Make. by Ulya Trafimovich · 5 years ago
  65. ab99498 Adjust embedded dex locations in host boot image. by David Srbecky · 5 years ago
  66. 1aacc6c Fix dump-oat-boot build target. by David Srbecky · 5 years ago
  67. c177ebe Distinguish boot images by target rather than arch by David Srbecky · 5 years ago
  68. 6d41527 Do all dexpreoptDisabled checks before registering a dex2oat host dep. by Martin Stjernholm · 6 years ago
  69. 8d80cee Pass dexpreopt config structs by reference. by Martin Stjernholm · 6 years ago
  70. 40f9f3c Reland: Move the Once cache for dexpreopt.GlobalConfig into the by Martin Stjernholm · 6 years ago
  71. 75a48d8 Reland: Separate dexpreopt.GlobalSoongConfig to allow independent caching of it. by Martin Stjernholm · 6 years ago
  72. 73d5983 Remove UseApexImage and GenerateApexImage. by Nicolas Geoffray · 6 years ago
  73. 40139d6 Support dexpreopt against the primary boot image. by Vladimir Marko · 6 years ago
  74. e4b5342 Revert "Separate dexpreopt.GlobalSoongConfig to allow independen..." by Hans Boehm · 6 years ago
  75. 453bf09 Revert "Move the Once cache for dexpreopt.GlobalConfig into the ..." by Hans Boehm · 6 years ago
  76. dae8a80 Move the Once cache for dexpreopt.GlobalConfig into the dexpreopt package. by Martin Stjernholm · 6 years ago
  77. be9d0d2 Separate dexpreopt.GlobalSoongConfig to allow independent caching of it. by Martin Stjernholm · 6 years ago
  78. 4d9c97b Merge "Use boot image extension in the JIT-zygote experiment." by Ulyana Trafimovich · 6 years ago
  79. 5754745 Use boot image extension in the JIT-zygote experiment. by Ulya Trafimovich · 6 years ago
  80. dbdf8f9 Don't dexpreopt APEX variant modules by Yo Chiang · 6 years ago
  81. 54191fa Revert "Consistently use either "boot" or "apex" boot image as the default." by Lingfeng Yang · 6 years ago
  82. 48b3b3c Consistently use either "boot" or "apex" boot image as the default. by Ulya Trafimovich · 6 years ago
  83. 4d2eeed Use boot image extension for framework libraries. by Ulya Trafimovich · 6 years ago
  84. c1bf724 Remove support for stripping dex. by Nicolas Geoffray · 6 years ago
  85. c6136c9 Merge "Remove old-style support for translated second architectures" by Treehugger Robot · 6 years ago
  86. 70dda7e Separate InstallPath from OutputPath by Colin Cross · 6 years ago
  87. 3b19f5d Remove old-style support for translated second architectures by Colin Cross · 6 years ago
  88. 402be41 Revert "Remove old-style support for translated second architectures" by Colin Cross · 6 years ago
  89. fe6330c Remove old-style support for translated second architectures by Colin Cross · 6 years ago
  90. e710242 Add support for generating boot profiles. by Nicolas Geoffray · 6 years ago
  91. 0f41678 Expand the dexpreopt image dependencies to entire image by Dan Willemsen · 6 years ago
  92. 50ddcc4 Port uses-shared library verification and dexpreopting to Soong by Colin Cross · 6 years ago
  93. c032498 Revert "Port uses-shared library verification and dexpreopting to Soong" by Colin Cross · 6 years ago
  94. b66d7b1 Port uses-shared library verification and dexpreopting to Soong by Colin Cross · 6 years ago
  95. 1f33e40 Add native_bridge target to Android.bp by dimitry · 6 years ago
  96. ccbb393 Add android_app_import. by Jaewoong Jung · 6 years ago
  97. de4e4e6 Tag dex_preopt.profile as a path by Colin Cross · 6 years ago
  98. 06758a7 Use the full dexpreopt boot classpath when preopting with other images. by Nicolas Geoffray · 6 years ago
  99. 25c0e03 Use the apex image when the device config asks for it. by Nicolas Geoffray · 6 years ago
  100. 44df581 Refactor dexpreopt_bootjars.go to prepare for multiple boot images by Colin Cross · 6 years ago