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