1. 4c2b955 Ensure dexopt is executed only with consistent package data by Calin Juravle · 7 years ago
  2. 41a57a6 Add package use info to dexopt dump by Calin Juravle · 7 years ago
  3. 52a452c Record usage information per split by Calin Juravle · 7 years ago
  4. 3b74c41 Use PackageUseInfo in DexOptimizer by Calin Juravle · 7 years ago
  5. f1ff36f Use the class loader context when optimizing secondary dex files by Calin Juravle · 7 years ago
  6. 19da1cf Encode the entire class loader context for dex2oat by Calin Juravle · 7 years ago
  7. b6f844d Add a command line option to optimize individual splits by Calin Juravle · 7 years ago
  8. 1d0e83d Refactor the arguments passed to dexopt invocations by Calin Juravle · 7 years ago
  9. 246dccf Reduce app size by downgrading inactive apps by Shubham Ajmera · 7 years ago
  10. 7e1a273 resolve merge conflicts of 255b69aca02f to oc-dev-plus-aosp by Nicolas Geoffray · 7 years ago
  11. 3b4359a Pass bootComplete to dexopt. by Nicolas Geoffray · 7 years ago
  12. cb42fae Merge "Remove obsolete DEXOPT_SAFEMODE." am: 383b2af3ec am: 10085b3737 by Nicolas Geoffray · 7 years ago
  13. 307a5af Remove obsolete DEXOPT_SAFEMODE. by Nicolas Geoffray · 7 years ago
  14. 731a7f3 Remove line from bad resolution merge. by Nicolas Geoffray · 7 years ago
  15. b0818e8 resolve merge conflicts of c2421a2a3c37 to oc-dev-plus-aosp by Nicolas Geoffray · 7 years ago
  16. a34610c Merge "Handle safe mode in PackageManager." by Nicolas Geoffray · 7 years ago
  17. 384683e Merge "Adjust forced dexopt in case of stripped APKs." am: 5669550a83 am: f59dd816b1 by Nicolas Geoffray · 7 years ago
  18. 96d12a9 Adjust forced dexopt in case of stripped APKs. by Nicolas Geoffray · 7 years ago
  19. bca6bd2 Merge "Use timeout for *dexopt* wake lock" into oc-dev by Fyodor Kupolov · 7 years ago
  20. d093b20 Handle safe mode in PackageManager. by Nicolas Geoffray · 7 years ago
  21. 28f2855 Use timeout for *dexopt* wake lock by Fyodor Kupolov · 7 years ago
  22. d132652 Update frameworks/base to new compiler filters. by Nicolas Geoffray · 7 years ago
  23. be7b0d1 Update frameworks/base to new compiler filters. by Nicolas Geoffray · 7 years ago
  24. 5def5e5 Gather shared libs for split apks based on dependencies. by Jeff Hao · 7 years ago
  25. c6687da Handle shared libraries for split apks. by Jeff Hao · 7 years ago
  26. 7da652f Handle shared libraries for split apks. by Jeff Hao · 7 years ago
  27. 31762dd Merge "Pass SElinux info to installd dexopt" into oc-dev by Calin Juravle · 7 years ago
  28. 539128f Merge "Keep track of protected data dirs in DexManager" into oc-dev by Calin Juravle · 7 years ago
  29. 811a75a Pass SElinux info to installd dexopt by Calin Juravle · 7 years ago
  30. adbadd5 Keep track of protected data dirs in DexManager by Calin Juravle · 7 years ago
  31. efb1c94 Fix dex flags for secondary dex files by Calin Juravle · 7 years ago
  32. c649449 Use DexManager logic to decide if a package is used by other apps by Calin Juravle · 8 years ago
  33. f8afcdc Skip class path checking for secondary dex files by Calin Juravle · 8 years ago
  34. 7218363 Compile secondary dex files in DexManager by Calin Juravle · 8 years ago
  35. 07b6eab Use DexManager logic to decide if a package is used by other apps by Calin Juravle · 8 years ago
  36. aae3576 Skip class path checking for secondary dex files by Calin Juravle · 8 years ago
  37. c22c30e Compile secondary dex files in DexManager by Calin Juravle · 8 years ago
  38. bb10525 Refactor PackageDexOptimizer by Calin Juravle · 8 years ago
  39. ae9ad65 PackageDexOptimizer: fix typo in log message. by Jorge Lucangeli Obes · 8 years ago
  40. 2d4b6ad7 Refactor PackageDexOptimizer by Calin Juravle · 8 years ago
  41. 832af67 Merge "Cleanup code given PATCHOAT_FOR_RELOCATION has been removed." am: 8582826f8d am: 5c5637e1bd am: 4911e517ab by Richard Uhler · 8 years ago
  42. d670d58 Cleanup code given PATCHOAT_FOR_RELOCATION has been removed. by Richard Uhler · 8 years ago
  43. c5b5694 Merge commit '7797e545239e81a9216994527badcc98178ebfcc' into dec10 by Jeff Sharkey · 8 years ago
  44. 740f523 Final push of installd to Binder; goodbye socket! by Jeff Sharkey · 8 years ago
  45. 0f62508 PackageDexOptimizer: fix typo in log message. by Jorge Lucangeli Obes · 8 years ago
  46. 79c9e06 Use the new refined DexOptNeeded codes. by Nicolas Geoffray · 8 years ago
  47. a817838 Merge "Avoid profile guided compilation for vmSafeMode" by Mathieu Chartier · 8 years ago
  48. 7e619a9 Frameworks/base: Add compiler stats to Package Manager by Andreas Gampe · 8 years ago
  49. 41e4a37 Avoid profile guided compilation for vmSafeMode by Mathieu Chartier · 8 years ago
  50. 6d99f79 PackageManager: Fix reference profile canonicalization. by Narayan Kamath · 8 years ago
  51. 88eea9e Add a command to print package dexopt status. by Narayan Kamath · 8 years ago
  52. c7b9482 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 8 years ago
  53. 90e2699 Change app selection policy for post-OTA verification by David Brazdil · 8 years ago
  54. 6a3b2d2 Refactor return values of performDexOpt by David Brazdil · 8 years ago
  55. 47c170a Package Manager: Use new DexFile function to upgrade filter by Andreas Gampe · 8 years ago
  56. 9fa0254 Don't check if forward locked apps are used by others by Calin Juravle · 8 years ago
  57. bdd30d8 Frameworks/base: Refactor package manager by Andreas Gampe · 8 years ago
  58. 990fb6b Add option to compile all packages with 'cmd package compile' by David Brazdil · 9 years ago
  59. 693f997 Better handling of various types of compilation in DexOptimizer by Calin Juravle · 9 years ago
  60. d479b52 Restrict the cases when we profile guided compile an apk by Calin Juravle · 9 years ago
  61. 0cf8cc6 Fix useProfiles usage in PackageDexOptimizer by Calin Juravle · 9 years ago
  62. a890875 Frameworks/base: Add A/B OTA preopting by Andreas Gampe · 9 years ago
  63. 493411a Add 'package compile' shell command by David Brazdil · 9 years ago
  64. 6dfd83d Revert "Revert "Fix optimizable package filter"" by Calin Juravle · 9 years ago
  65. d9c31db Revert "Fix optimizable package filter" by Calin Juravle · 9 years ago
  66. 8aaaf13 Fix optimizable package filter by Calin Juravle · 9 years ago
  67. 9dff854 Clean up passing volumeUuid to DexOptimizer by Calin Juravle · 9 years ago
  68. a0e1043 Extract APKs on install or OTA by David Brazdil · 9 years ago
  69. db4a79a Enable profile guided compilation on the framework side by Calin Juravle · 9 years ago
  70. fdeeeea Follow installd changes, throw exceptions. by Jeff Sharkey · 9 years ago
  71. 27c0737 Remove performBootDexOpt and am's ensurePackageDexOpt. by Nicolas Geoffray · 9 years ago
  72. 27c24fb Enable "quick install" by Todd Kennedy · 9 years ago
  73. b4d4102 am 92b28f37: resolved conflicts for 4ed21bf0 to stage-aosp-master by Todd Kennedy · 9 years ago
  74. 92b28f3 resolved conflicts for 4ed21bf0 to stage-aosp-master by Todd Kennedy · 9 years ago
  75. 8c6e537 Allow using the JIT by Todd Kennedy · 9 years ago
  76. 389bb7f am 9f860264: resolved conflicts for 7de7e0b0 to stage-aosp-master by Todd Kennedy · 9 years ago
  77. 9f86026 resolved conflicts for 7de7e0b0 to stage-aosp-master by Todd Kennedy · 9 years ago
  78. fa54ab7 Pass dexopt flags as integer by Todd Kennedy · 9 years ago
  79. 4e32174 resolved conflicts for cafacef6 to stage-aosp-master by Todd Kennedy · 9 years ago
  80. 55fe944 Frameworks/base: Propagate boot status to installd by Andreas Gampe · 9 years ago
  81. 06bb908 Frameworks/base: Propagate boot status to installd by Andreas Gampe · 9 years ago
  82. ebcac16 Use app directory as apkPath for cluster installs by Fyodor Kupolov · 9 years ago
  83. 589f2b5 Do not create oat directory for an app in ASEC container by Fyodor Kupolov · 9 years ago
  84. a91a6f6 Merge "Hold wakelock while dexopting" into mnc-dev by Fyodor Kupolov · 9 years ago
  85. a627c09 Hold wakelock while dexopting by Fyodor Kupolov · 9 years ago
  86. 01dcb76 Be more accepting of dex2oat errors. by Narayan Kamath · 9 years ago
  87. 94056d1 Do not create oat directory for an app in ASEC container by Fyodor Kupolov · 9 years ago
  88. 7b08b35 Reuse dexopt method for both dex2oat and patchoat. by Richard Uhler · 9 years ago
  89. b94c165 Support for storing OAT files in app directory by Fyodor Kupolov · 10 years ago
  90. 7487657 Extracted a separate class to run dexopt on packages by Fyodor Kupolov · 10 years ago