1. abcd597 Fix tests to use correct fixtures for configuring (Apex)BootJars. by satayev · 4 years, 2 months ago
  2. 492b17d Rename UpdatableSystemServerJars to ApexSystemServerJars. by satayev · 4 years, 3 months ago
  3. d604b21 Rename UpdatableBootJars to ApexBootJars. by satayev · 4 years, 3 months ago
  4. 840efb6 Don't attempt to add stub libraries to class loader context. by Ulya Trafimovich · 4 years, 3 months ago
  5. bd14f9a Merge "Drop "prebuilt_" prefix when adding libraries to class loader context." by Ulyana Trafimovich · 4 years, 3 months ago
  6. 69c1aa9 Drop "prebuilt_" prefix when adding libraries to class loader context. by Ulya Trafimovich · 4 years, 3 months ago
  7. b1b4d85 Add ClassLoaderContextMap.Dump() by Paul Duffin · 4 years, 3 months ago
  8. 6a540c4 Update dex_preopt related OWNERS by Orion Hodson · 4 years, 4 months ago
  9. 0e4cceb Don't fail if the target module is disabled in dex2oat tool dependencies. by Martin Stjernholm · 4 years, 5 months ago
  10. 4dda75e Add usesTargetFiles option in dexpreopt_gen by Jeongik Cha · 4 years, 6 months ago
  11. 564fce4 Merge "Rename fields in dexpreopt config" by Treehugger Robot · 4 years, 5 months ago
  12. a596909 Rename fields in dexpreopt config by Jeongik Cha · 4 years, 5 months ago
  13. 9a6f87e Make SystemServerJars ConfiguredJarList. by satayev · 4 years, 5 months ago
  14. 982e384 Fix profileCommand to remove the profile first. by Vladimir Marko · 4 years, 6 months ago
  15. f7c99f5 Add GetEmbeddedPrebuilt and IsModulePrebuilt by Paul Duffin · 4 years, 6 months ago
  16. bdae1e5 Merge "Drop DexPreoptImages field in dexpreopt config" by Treehugger Robot · 4 years, 6 months ago
  17. b19b58a Drop DexPreoptImages field in dexpreopt config by Jeongik Cha · 4 years, 6 months ago
  18. fa64af9 Merge "profman: Clean up output profile type options." by Vladimir Marko · 4 years, 6 months ago
  19. 230bd42 profman: Clean up output profile type options. by Vladimir Marko · 4 years, 6 months ago
  20. 7d1d083 Check consistency of the BootJars/UpdatableBootJars config by Paul Duffin · 4 years, 6 months ago
  21. a369377 Merge "Expose "full" dexpreopt.config" by Treehugger Robot · 4 years, 6 months ago
  22. 19ade89 Fix toJsonClassLoaderContextRec size bug by Jeongik Cha · 4 years, 6 months ago
  23. c624667 Expose "full" dexpreopt.config by Jeongik Cha · 4 years, 6 months ago
  24. 33a3a81 Made ManifestPath OptionalPath instead of Path by Jeongik Cha · 4 years, 6 months ago
  25. a8f6db9 Merge changes I1f0ab4af,Iea3be0fc by Ulyana Trafimovich · 4 years, 7 months ago
  26. dd62295 Fix AAPT path in dexpreopt. by Ulya Trafimovich · 4 years, 7 months ago
  27. 2258cbb Merge "Allow using updatable boot jars in dexpreopt (but don't use them yet)." by Ulyana Trafimovich · 4 years, 7 months ago
  28. b506c9d Cleanup usages of Dex2oatDepTag by Paul Duffin · 4 years, 7 months ago
  29. 9023b02 Allow using updatable boot jars in dexpreopt (but don't use them yet). by Ulya Trafimovich · 4 years, 7 months ago
  30. 9fc9f53 Group all the preparations needed for testing dexpreopt by Paul Duffin · 4 years, 7 months ago
  31. f8e3d83 Use more inclusive language in dexpreopt/testing.go by Paul Duffin · 4 years, 7 months ago
  32. bd6b076 Allow modules that don't run verify_uses_libraries to have nonempty CLC. by Ulya Trafimovich · 4 years, 7 months ago
  33. 0aba252 Reimplement verify_uses_libraries.sh in manifest_check.py. by Ulya Trafimovich · 4 years, 8 months ago
  34. 4fced55 Support test fixtures in dexpreopt package by Paul Duffin · 4 years, 7 months ago
  35. b4f9d5c Merge "Stop using '&' for class loader context." by Nicolas Geoffray · 4 years, 7 months ago
  36. 863f3b9 Stop using '&' for class loader context. by Nicolas Geoffray · 4 years, 8 months ago
  37. 4a13acb Use compiler filter "verify" for dexpreopt w/o class loader context. by Ulya Trafimovich · 4 years, 8 months ago
  38. 8c35fcf Add non-fatal mode for verify_uses_libraries check. by Ulya Trafimovich · 4 years, 8 months ago
  39. 65556a8 Preserve <uses-library> order in dexpreopt.config files. by Ulya Trafimovich · 4 years, 8 months ago
  40. 02040de Add LOCAL_LICENSE_KINDS to build/soong by Bob Badour · 4 years, 8 months ago
  41. a4fce3b Merge "Write module dexpreopt.config for Make." by Ulyana Trafimovich · 4 years, 9 months ago
  42. 76b0852 Write module dexpreopt.config for Make. by Ulya Trafimovich · 4 years, 9 months ago
  43. 4c183c7 Merge "Make dexpreopt tools available for all java tests" by Paul Duffin · 4 years, 9 months ago
  44. 635aa08 Make dexpreopt tools available for all java tests by Paul Duffin · 4 years, 9 months ago
  45. 27878ca Merge "Use tree representation for class loader context in Make." by Ulyana Trafimovich · 4 years, 9 months ago
  46. 5ec6889 Use tree representation for class loader context in Make. by Ulya Trafimovich · 4 years, 10 months ago
  47. 9f04524 Allow createGlobalSoongConfig() to be used from tests by Paul Duffin · 4 years, 9 months ago
  48. 324234b Merge "dexpreopt: Use the dirty-image-objects path from frameworks/base." by Nicolas Geoffray · 4 years, 9 months ago
  49. 1086e60 dexpreopt: Use the dirty-image-objects path from frameworks/base. by Nicolas Geoffray · 4 years, 9 months ago
  50. a4a1c4e Support building boot images with disabled dexpreopt. by Ulya Trafimovich · 4 years, 9 months ago
  51. 7bc1cf5 Remove obsolete class loader context API and update unit tests. by Ulya Trafimovich · 4 years, 9 months ago
  52. c9f2b94 Fix library order in class loader context to agree with PackageManager. by Ulya Trafimovich · 4 years, 10 months ago
  53. 88bb6f6 Unify addition of class loader subcontext from dependencies. by Ulya Trafimovich · 4 years, 10 months ago
  54. 678ddb9 Merge changes I697a65e4,Iaac6aaf6 by Ulyana Trafimovich · 4 years, 10 months ago
  55. 78210f6 Make error message more precise. by Ulya Trafimovich · 4 years, 11 months ago
  56. f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 5 years ago
  57. 480d174 Documenting dexpreopt/class_loader_context.go. by Ulya Trafimovich · 5 years ago
  58. 78a7155 Assume any <uses-library> is shared, add only toplevel ones to manifest. by Ulya Trafimovich · 4 years, 11 months ago
  59. d8d8e72 Merge changes Iebfbf2ff,Ibd974268 by Ulyana Trafimovich · 5 years ago
  60. 1af783f Merge "Replace android.WriteFile rule with android.WriteFileRule" by Colin Cross · 5 years ago
  61. a8c28e2 Do not add dependencies of shared SDK libraries to manifest_fixer. by Ulya Trafimovich · 5 years ago
  62. 1855424 Add nested class loader subcontext at the proper hierarchy level. by Ulya Trafimovich · 5 years ago
  63. 5e13a73 Disallow adding nested conditional class loader context. by Ulya Trafimovich · 5 years ago
  64. cf371cc Replace android.WriteFile rule with android.WriteFileRule by Colin Cross · 5 years ago
  65. 8cbc5d2 Rework class loader context implementation. by Ulya Trafimovich · 5 years ago
  66. 6961267 Add unit tests for class loader context. by Ulya Trafimovich · 5 years ago
  67. 180fece Drop "android.hidl.manager" -> "android.hidl.base" dependency from class loader context. by Ulya Trafimovich · 5 years ago
  68. eb26886 Move class loader context definitions to a separate file. by Ulya Trafimovich · 5 years ago
  69. 8130c48 Move part of logic from construct_context.py to Soong. by Ulya Trafimovich · 5 years ago
  70. 46b3d5b Fix handling of "android.test.mock" in class loader context. by Ulya Trafimovich · 5 years ago
  71. 24813e1 Unify handling of compat and normal libs in class loader contexts. by Ulya Trafimovich · 5 years ago
  72. 7ccacae Remove unnecessary properties in GlobalJSONConfig by Paul Duffin · 5 years ago
  73. 405af07 Revert "Make lots of tests run in parallel" by Colin Cross · 5 years ago
  74. 45fd6ac Merge "Make lots of tests run in parallel" by Colin Cross · 5 years ago
  75. 323dc60 Make lots of tests run in parallel by Colin Cross · 5 years ago
  76. a54d33b Fail the build if dexpreopt cannot find path to a <uses-library>. by Ulya Trafimovich · 5 years ago
  77. 9b4ed7f Merge "Revert "Re-land "Move odexes of non-system apps into system_other""" by Anton Hansson · 5 years ago
  78. da4d9d9 Revert "Re-land "Move odexes of non-system apps into system_other"" by Anton Hansson · 5 years ago
  79. 8eebee4 Merge "Re-land "Move odexes of non-system apps into system_other"" by Anton Hansson · 5 years ago
  80. 7548015 Re-land "Move odexes of non-system apps into system_other" by Anton Hansson · 6 years ago
  81. e3bb01d Treat "org.apache.http.legacy" as optional <uses-library> by default. by Ulya Trafimovich · 5 years ago
  82. 663dc53 Consistently use default install path for compatibility <uses-library>. by Ulya Trafimovich · 5 years ago
  83. 045e11a Be more strict about unknown install <uses-library> paths. by Ulya Trafimovich · 5 years ago
  84. fc24ad3 Propagate transitive SDK Java library dependencies to dexpreopt. by Ulya Trafimovich · 5 years ago
  85. 4ef4d55 Merge "Resolve prebuilt module explicitly for dex2oat tool dependencies." by Martin Stjernholm · 5 years ago
  86. c004862 Resolve prebuilt module explicitly for dex2oat tool dependencies. by Martin Stjernholm · 5 years ago
  87. b8063c6 Use common helper functions for getting sorted map keys. by Ulya Trafimovich · 5 years ago
  88. 31e444e Collect paths to transitive SDK Java library dependencies. by Ulya Trafimovich · 5 years ago
  89. 249386a Add structured representation for colon-separated jar lists. by Ulya Trafimovich · 5 years ago
  90. 8fab5bc Merge changes from topic "uses-libs-5" by Ulyana Trafimovich · 5 years ago
  91. 5f364b6 Rewrite construct_context.sh in Python. by Ulya Trafimovich · 5 years ago
  92. c4dac26 Refactor class loader context generation. by Ulya Trafimovich · 5 years ago
  93. 5e291c2 Fix bpfmt issues and add bpfmt to preupload checks by Thiébaud Weksteen · 5 years ago
  94. 5cb30c5 Move construct_context.sh from Make to Soong. Update OWNERS list. by Ulya Trafimovich · 5 years ago
  95. 6e82748 Rename dexpreopt.config field to bring it in sync with Make. by Ulya Trafimovich · 5 years ago
  96. d4bcea4 Refactor library path representation in dexpreopt. by Ulya Trafimovich · 5 years ago
  97. eb3f9f1 Merge "Error on suboptimal system server classpath order, unless explicitly allowed." by Ulyana Trafimovich · 5 years ago
  98. cd3203f Error on suboptimal system server classpath order, unless explicitly allowed. by Ulya Trafimovich · 6 years ago
  99. 696c59d Clean up class loader context generation. by Ulya Trafimovich · 5 years ago
  100. c9af538 Add android.test.base to class loader context for API version < 30. by Ulya Trafimovich · 5 years ago