1. ce56425 Annotate more java dependencies for licensing by Colin Cross · 3 years ago
  2. 389a647 Dexpreopt standalone system server jars. by Jiakai Zhang · 3 years ago
  3. cee9e19 Add entries for STANDALONE_SYSTEMSERVER_JARS to systemserverclasspath.pb by Jiakai Zhang · 3 years, 2 months ago
  4. 9f6c24a Rename BuildDir and NinjaBuildDir. by Lukacs T. Berki · 3 years, 4 months ago
  5. 492b17d Rename UpdatableSystemServerJars to ApexSystemServerJars. by satayev · 3 years, 5 months ago
  6. d604b21 Rename UpdatableBootJars to ApexBootJars. by satayev · 3 years, 5 months ago
  7. 0e4cceb Don't fail if the target module is disabled in dex2oat tool dependencies. by Martin Stjernholm · 3 years, 8 months ago
  8. 4dda75e Add usesTargetFiles option in dexpreopt_gen by Jeongik Cha · 3 years, 8 months ago
  9. 564fce4 Merge "Rename fields in dexpreopt config" by Treehugger Robot · 3 years, 8 months ago
  10. a596909 Rename fields in dexpreopt config by Jeongik Cha · 3 years, 8 months ago
  11. 9a6f87e Make SystemServerJars ConfiguredJarList. by satayev · 3 years, 8 months ago
  12. f7c99f5 Add GetEmbeddedPrebuilt and IsModulePrebuilt by Paul Duffin · 3 years, 8 months ago
  13. bdae1e5 Merge "Drop DexPreoptImages field in dexpreopt config" by Treehugger Robot · 3 years, 8 months ago
  14. b19b58a Drop DexPreoptImages field in dexpreopt config by Jeongik Cha · 3 years, 8 months ago
  15. 7d1d083 Check consistency of the BootJars/UpdatableBootJars config by Paul Duffin · 3 years, 8 months ago
  16. c624667 Expose "full" dexpreopt.config by Jeongik Cha · 3 years, 9 months ago
  17. 33a3a81 Made ManifestPath OptionalPath instead of Path by Jeongik Cha · 3 years, 9 months ago
  18. 2258cbb Merge "Allow using updatable boot jars in dexpreopt (but don't use them yet)." by Ulyana Trafimovich · 3 years, 9 months ago
  19. b506c9d Cleanup usages of Dex2oatDepTag by Paul Duffin · 3 years, 9 months ago
  20. 9023b02 Allow using updatable boot jars in dexpreopt (but don't use them yet). by Ulya Trafimovich · 3 years, 9 months ago
  21. 4a13acb Use compiler filter "verify" for dexpreopt w/o class loader context. by Ulya Trafimovich · 3 years, 10 months ago
  22. 8c35fcf Add non-fatal mode for verify_uses_libraries check. by Ulya Trafimovich · 3 years, 10 months ago
  23. 76b0852 Write module dexpreopt.config for Make. by Ulya Trafimovich · 4 years ago
  24. 9f04524 Allow createGlobalSoongConfig() to be used from tests by Paul Duffin · 4 years ago
  25. 324234b Merge "dexpreopt: Use the dirty-image-objects path from frameworks/base." by Nicolas Geoffray · 4 years ago
  26. 1086e60 dexpreopt: Use the dirty-image-objects path from frameworks/base. by Nicolas Geoffray · 4 years ago
  27. a4a1c4e Support building boot images with disabled dexpreopt. by Ulya Trafimovich · 4 years ago
  28. 1af783f Merge "Replace android.WriteFile rule with android.WriteFileRule" by Colin Cross · 4 years, 1 month ago
  29. cf371cc Replace android.WriteFile rule with android.WriteFileRule by Colin Cross · 4 years, 1 month ago
  30. 8cbc5d2 Rework class loader context implementation. by Ulya Trafimovich · 4 years, 2 months ago
  31. eb26886 Move class loader context definitions to a separate file. by Ulya Trafimovich · 4 years, 2 months ago
  32. 24813e1 Unify handling of compat and normal libs in class loader contexts. by Ulya Trafimovich · 4 years, 3 months ago
  33. 7ccacae Remove unnecessary properties in GlobalJSONConfig by Paul Duffin · 4 years, 2 months ago
  34. e3bb01d Treat "org.apache.http.legacy" as optional <uses-library> by default. by Ulya Trafimovich · 4 years, 4 months ago
  35. 663dc53 Consistently use default install path for compatibility <uses-library>. by Ulya Trafimovich · 4 years, 4 months ago
  36. 045e11a Be more strict about unknown install <uses-library> paths. by Ulya Trafimovich · 4 years, 4 months ago
  37. fc24ad3 Propagate transitive SDK Java library dependencies to dexpreopt. by Ulya Trafimovich · 4 years, 4 months ago
  38. 4ef4d55 Merge "Resolve prebuilt module explicitly for dex2oat tool dependencies." by Martin Stjernholm · 4 years, 4 months ago
  39. c004862 Resolve prebuilt module explicitly for dex2oat tool dependencies. by Martin Stjernholm · 4 years, 4 months ago
  40. b8063c6 Use common helper functions for getting sorted map keys. by Ulya Trafimovich · 4 years, 4 months ago
  41. 31e444e Collect paths to transitive SDK Java library dependencies. by Ulya Trafimovich · 4 years, 5 months ago
  42. 249386a Add structured representation for colon-separated jar lists. by Ulya Trafimovich · 4 years, 6 months ago
  43. 5f364b6 Rewrite construct_context.sh in Python. by Ulya Trafimovich · 4 years, 6 months ago
  44. 5cb30c5 Move construct_context.sh from Make to Soong. Update OWNERS list. by Ulya Trafimovich · 4 years, 6 months ago
  45. 6e82748 Rename dexpreopt.config field to bring it in sync with Make. by Ulya Trafimovich · 4 years, 7 months ago
  46. d4bcea4 Refactor library path representation in dexpreopt. by Ulya Trafimovich · 4 years, 7 months ago
  47. cd3203f Error on suboptimal system server classpath order, unless explicitly allowed. by Ulya Trafimovich · 4 years, 9 months ago
  48. 6d41527 Do all dexpreoptDisabled checks before registering a dex2oat host dep. by Martin Stjernholm · 5 years ago
  49. 8d80cee Pass dexpreopt config structs by reference. by Martin Stjernholm · 5 years ago
  50. d90676f Reland: Get the dex2oat host tool path from module dependency on the by Martin Stjernholm · 5 years ago
  51. 40f9f3c Reland: Move the Once cache for dexpreopt.GlobalConfig into the by Martin Stjernholm · 5 years ago
  52. 75a48d8 Reland: Separate dexpreopt.GlobalSoongConfig to allow independent caching of it. by Martin Stjernholm · 5 years ago
  53. 73d5983 Remove UseApexImage and GenerateApexImage. by Nicolas Geoffray · 4 years, 11 months ago
  54. 40139d6 Support dexpreopt against the primary boot image. by Vladimir Marko · 5 years ago
  55. e4b5342 Revert "Separate dexpreopt.GlobalSoongConfig to allow independen..." by Hans Boehm · 5 years ago
  56. 453bf09 Revert "Move the Once cache for dexpreopt.GlobalConfig into the ..." by Hans Boehm · 5 years ago
  57. 7b2e6f3 Revert "Get the dex2oat host tool path from module dependency on..." by Hans Boehm · 5 years ago
  58. 335d596 Get the dex2oat host tool path from module dependency on the binary module. by Martin Stjernholm · 5 years ago
  59. dae8a80 Move the Once cache for dexpreopt.GlobalConfig into the dexpreopt package. by Martin Stjernholm · 5 years ago
  60. be9d0d2 Separate dexpreopt.GlobalSoongConfig to allow independent caching of it. by Martin Stjernholm · 5 years ago
  61. 988414c Sandbox soong_build by changing to root directory by Colin Cross · 5 years ago
  62. 47e4f9e Revert "Sandbox soong_build by changing to root directory" by Colin Cross · 5 years ago
  63. 05c25cc Sandbox soong_build by changing to root directory by Colin Cross · 5 years ago
  64. c52aaf1 Move generation of the dexpreopt tool paths into Soong. by Martin Stjernholm · 5 years ago
  65. 4d2eeed Use boot image extension for framework libraries. by Ulya Trafimovich · 5 years ago
  66. ccc26ef soong: Align update boot jar variable with system_server jar by Roshan Pius · 5 years ago
  67. 9b51a40 soong: Support system_server jars from apexes by Roshan Pius · 5 years ago
  68. c1bf724 Remove support for stripping dex. by Nicolas Geoffray · 5 years ago
  69. cc4b0ad Update dexpreopt for the ART APEX name change. by Martin Stjernholm · 5 years ago
  70. e710242 Add support for generating boot profiles. by Nicolas Geoffray · 5 years ago
  71. 6adeee1 Revert "Revert "Remove option to create boot image based on preloaded classes"" by Mathieu Chartier · 6 years ago
  72. d3f688b Revert "Remove option to create boot image based on preloaded classes" by Mathieu Chartier · 6 years ago
  73. 4a04731 Remove option to create boot image based on preloaded classes by Mathieu Chartier · 6 years ago
  74. 0f41678 Expand the dexpreopt image dependencies to entire image by Dan Willemsen · 6 years ago
  75. 50ddcc4 Port uses-shared library verification and dexpreopting to Soong by Colin Cross · 6 years ago
  76. c032498 Revert "Port uses-shared library verification and dexpreopting to Soong" by Colin Cross · 6 years ago
  77. b66d7b1 Port uses-shared library verification and dexpreopting to Soong by Colin Cross · 6 years ago
  78. 38b9685 Move verify_uses_libraries.sh out of dexpreopt by Colin Cross · 6 years ago
  79. 2d00f0d Write dexpreopt.config again during the build by Colin Cross · 6 years ago
  80. 3f7ddbb Enable app image startup cache for preopted apps by Mathieu Chartier · 6 years ago
  81. 25c0e03 Use the apex image when the device config asks for it. by Nicolas Geoffray · 6 years ago
  82. 72892f1 Support for install multiple boot images. by Nicolas Geoffray · 6 years ago
  83. 69f59a3 Make RuleBuilder methods take Paths by Colin Cross · 6 years ago
  84. ab898dc Revert "Make RuleBuilder methods take Paths" by Colin Cross · 6 years ago
  85. acdd694 Make RuleBuilder methods take Paths by Colin Cross · 6 years ago
  86. 39fe574 Set a dedicated variable for the runtime apex libs. by Nicolas Geoffray · 6 years ago
  87. 800fe13 Move dexpreopting of boot jars into Soong by Colin Cross · 6 years ago
  88. fa6e9ec Revert "Revert "Never strip and store dex files uncompressed when they are preopted on system."" by Nicolas Geoffray · 6 years ago
  89. 74ba962 Use ArchType in dexpreopt config by Colin Cross · 6 years ago
  90. c7e40aa Move dexpreopt image selection out of dexpreopt package by Colin Cross · 6 years ago
  91. 09a65ab Remove unused dexpreopt UseEmbeddedDex by Colin Cross · 6 years ago
  92. d181c8b Rename preferCodeIntegrity to useEmbeddedDex by Victor Hsieh · 6 years ago
  93. e8b00d6 Preopt: Do not strip non-image boot class path jars. by Vladimir Marko · 6 years ago
  94. 8c6d250 Allow modules to disable stripping when dexpreopting by Colin Cross · 6 years ago
  95. d2ee532 Preopt: Pass -Xbootclasspath: arg to dex2oat. by Vladimir Marko · 6 years ago
  96. a2c16c1 manifest_fixer: rename to --prefer-code-integrity by Victor Hsieh · 6 years ago
  97. 43f08db Dexpreopt soong modules inside soong by Colin Cross · 6 years ago
  98. 4ff85eb Revert "Dexpreopt soong modules inside soong" by Colin Cross · 6 years ago
  99. 29ff887 Dexpreopt soong modules inside soong by Colin Cross · 6 years ago