1. 11d21a29 Rewrite handling of oob priv-apps in framework. by Nicolas Geoffray · 7 years ago
  2. f24977b Merge "Pass targetSdkVersion to installd" am: 106a915256 am: 77ba6baab5 by David Brazdil · 7 years ago
  3. 3d44ed0 Pass targetSdkVersion to installd by David Brazdil · 7 years ago
  4. 991da81 Merge changes I80504f43,Ifc372eef am: de7be840a7 by Calin Juravle · 7 years ago
  5. de7be84 Merge changes I80504f43,Ifc372eef by Treehugger Robot · 7 years ago
  6. b423671 Fix package install flow w.r.t. dexopt by Calin Juravle · 7 years ago
  7. c6540da Fix package install flow w.r.t. dexopt by Calin Juravle · 7 years ago
  8. af657ae Merge "Workaround to get passed the broken install flow" am: b0e6508a5b by Calin Juravle · 7 years ago
  9. 5f44aa7 Workaround to get passed the broken install flow by Jeff Sharkey · 7 years ago
  10. a73e165 Hack. by Jeff Sharkey · 7 years ago
  11. cf0583e Change pm.dexopt.priv-apps to .priv-apps-oob by Victor Hsieh · 7 years ago
  12. 66a285d DO NOT MERGE Change pm.dexopt.priv-apps to .priv-apps-oob by Victor Hsieh · 7 years ago
  13. 8a5a708 [framework] Compile secondary dex files in isolation by Calin Juravle · 7 years ago
  14. 5e507fa Add an explicit reason for the compilation of shared apks by Calin Juravle · 7 years ago
  15. 527a2b2 Fix spelling mistake in dumpsys output by Calin Juravle · 7 years ago
  16. 9aab3b5 Handle configuration splits when creating the class loader context by Calin Juravle · 7 years ago
  17. 563a5ca Ensure dexopt is executed only with consistent package data by Calin Juravle · 7 years ago
  18. c0aa880 Merge "Frameworks: Fix idle-background-job flag" am: 3a16db62ec am: 83419c750f by Andreas Gampe · 7 years ago
  19. 64f4a15 Merge "Frameworks: Fix idle-background-job flag" am: 3a16db62ec am: 83419c750f by Andreas Gampe · 7 years ago
  20. 3a16db6 Merge "Frameworks: Fix idle-background-job flag" by Treehugger Robot · 7 years ago
  21. 84d9a81 Fix dexopt dump by Calin Juravle · 7 years ago
  22. c041c33 Frameworks: Fix idle-background-job flag by Andreas Gampe · 7 years ago
  23. d7fb51a resolve merge conflicts of 20d9ae562062 to oc-mr1-dev-plus-aosp by Andreas Gampe · 7 years ago
  24. b314522 Merge "[framework] Add check that classpath is up to date to getDexOptNeeded" am: 945b1dc43e by Calin Juravle · 7 years ago
  25. 11c22e3 Use dex2oatd when available on debug builds by David Sehr · 7 years ago
  26. b130d47 Add package use info to dexopt dump by Calin Juravle · 7 years ago
  27. 943d1e7 Record usage information per split by Calin Juravle · 7 years ago
  28. fad6dc1 Use PackageUseInfo in DexOptimizer by Calin Juravle · 7 years ago
  29. a18e992 Use the class loader context when optimizing secondary dex files by Calin Juravle · 7 years ago
  30. 7ba73dd [framework] Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 7 years ago
  31. 0a267a8 Encode the entire class loader context for dex2oat by Calin Juravle · 7 years ago
  32. caed600 Add a command line option to optimize individual splits by Calin Juravle · 7 years ago
  33. dea3fd8 Refactor the arguments passed to dexopt invocations by Calin Juravle · 7 years ago
  34. 3aeca17 Reduce app size by downgrading inactive apps by Shubham Ajmera · 7 years ago
  35. 2118ec4 Use dex2oatd when available on debug builds by David Sehr · 7 years ago
  36. c29b11a Move grantPermission to permission manager by Todd Kennedy · 7 years ago
  37. 576e6c0 [framework] Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 7 years ago
  38. 31ef7f3 Merge "[framework] Compile secondary dex files in isolation" into oc-mr1-dev by Calin Juravle · 7 years ago
  39. 27f9262 [framework] Compile secondary dex files in isolation by Calin Juravle · 7 years ago
  40. b22e7a2 Merge "Fix spelling mistake in dumpsys output" into oc-mr1-dev am: 1198bec925 by Calin Juravle · 7 years ago
  41. 94837e3 Fix spelling mistake in dumpsys output by Calin Juravle · 7 years ago
  42. 61dc6ff Merge "Special handling of priv-apps in PMS." am: 107899c599 am: 15b0493360 by Nicolas Geoffray · 7 years ago
  43. 20a894e Special handling of priv-apps in PMS. by Nicolas Geoffray · 7 years ago
  44. 479af33 Merge "Fix dexopt dump" into oc-mr1-dev by Calin Juravle · 7 years ago
  45. cf72222 Fix dexopt dump by Calin Juravle · 7 years ago
  46. f53201f Add an explicit reason for the compilation of shared apks by Calin Juravle · 7 years ago
  47. da09815 Handle configuration splits when creating the class loader context by Calin Juravle · 7 years ago
  48. 4c2b955 Ensure dexopt is executed only with consistent package data by Calin Juravle · 7 years ago
  49. 41a57a6 Add package use info to dexopt dump by Calin Juravle · 7 years ago
  50. 52a452c Record usage information per split by Calin Juravle · 7 years ago
  51. 3b74c41 Use PackageUseInfo in DexOptimizer by Calin Juravle · 7 years ago
  52. f1ff36f Use the class loader context when optimizing secondary dex files by Calin Juravle · 7 years ago
  53. 52c8620 Update DexFile#getDexOptNeeded usages to reflect API change by Shubham Ajmera · 7 years ago
  54. 19da1cf Encode the entire class loader context for dex2oat by Calin Juravle · 7 years ago
  55. b6f844d Add a command line option to optimize individual splits by Calin Juravle · 7 years ago
  56. 1d0e83d Refactor the arguments passed to dexopt invocations by Calin Juravle · 7 years ago
  57. 246dccf Reduce app size by downgrading inactive apps by Shubham Ajmera · 7 years ago
  58. 7e1a273 resolve merge conflicts of 255b69aca02f to oc-dev-plus-aosp by Nicolas Geoffray · 7 years ago
  59. 3b4359a Pass bootComplete to dexopt. by Nicolas Geoffray · 7 years ago
  60. cb42fae Merge "Remove obsolete DEXOPT_SAFEMODE." am: 383b2af3ec am: 10085b3737 by Nicolas Geoffray · 7 years ago
  61. 307a5af Remove obsolete DEXOPT_SAFEMODE. by Nicolas Geoffray · 7 years ago
  62. 731a7f3 Remove line from bad resolution merge. by Nicolas Geoffray · 7 years ago
  63. b0818e8 resolve merge conflicts of c2421a2a3c37 to oc-dev-plus-aosp by Nicolas Geoffray · 7 years ago
  64. a34610c Merge "Handle safe mode in PackageManager." by Nicolas Geoffray · 7 years ago
  65. 384683e Merge "Adjust forced dexopt in case of stripped APKs." am: 5669550a83 am: f59dd816b1 by Nicolas Geoffray · 7 years ago
  66. 96d12a9 Adjust forced dexopt in case of stripped APKs. by Nicolas Geoffray · 7 years ago
  67. bca6bd2 Merge "Use timeout for *dexopt* wake lock" into oc-dev by Fyodor Kupolov · 7 years ago
  68. d093b20 Handle safe mode in PackageManager. by Nicolas Geoffray · 7 years ago
  69. 28f2855 Use timeout for *dexopt* wake lock by Fyodor Kupolov · 7 years ago
  70. d132652 Update frameworks/base to new compiler filters. by Nicolas Geoffray · 7 years ago
  71. be7b0d1 Update frameworks/base to new compiler filters. by Nicolas Geoffray · 7 years ago
  72. 5def5e5 Gather shared libs for split apks based on dependencies. by Jeff Hao · 7 years ago
  73. c6687da Handle shared libraries for split apks. by Jeff Hao · 7 years ago
  74. 7da652f Handle shared libraries for split apks. by Jeff Hao · 7 years ago
  75. 31762dd Merge "Pass SElinux info to installd dexopt" into oc-dev by Calin Juravle · 7 years ago
  76. 539128f Merge "Keep track of protected data dirs in DexManager" into oc-dev by Calin Juravle · 7 years ago
  77. 811a75a Pass SElinux info to installd dexopt by Calin Juravle · 7 years ago
  78. adbadd5 Keep track of protected data dirs in DexManager by Calin Juravle · 7 years ago
  79. efb1c94 Fix dex flags for secondary dex files by Calin Juravle · 7 years ago
  80. c649449 Use DexManager logic to decide if a package is used by other apps by Calin Juravle · 8 years ago
  81. f8afcdc Skip class path checking for secondary dex files by Calin Juravle · 8 years ago
  82. 7218363 Compile secondary dex files in DexManager by Calin Juravle · 8 years ago
  83. 07b6eab Use DexManager logic to decide if a package is used by other apps by Calin Juravle · 8 years ago
  84. aae3576 Skip class path checking for secondary dex files by Calin Juravle · 8 years ago
  85. c22c30e Compile secondary dex files in DexManager by Calin Juravle · 8 years ago
  86. bb10525 Refactor PackageDexOptimizer by Calin Juravle · 8 years ago
  87. ae9ad65 PackageDexOptimizer: fix typo in log message. by Jorge Lucangeli Obes · 8 years ago
  88. 2d4b6ad7 Refactor PackageDexOptimizer by Calin Juravle · 8 years ago
  89. 832af67 Merge "Cleanup code given PATCHOAT_FOR_RELOCATION has been removed." am: 8582826f8d am: 5c5637e1bd am: 4911e517ab by Richard Uhler · 8 years ago
  90. d670d58 Cleanup code given PATCHOAT_FOR_RELOCATION has been removed. by Richard Uhler · 8 years ago
  91. c5b5694 Merge commit '7797e545239e81a9216994527badcc98178ebfcc' into dec10 by Jeff Sharkey · 8 years ago
  92. 740f523 Final push of installd to Binder; goodbye socket! by Jeff Sharkey · 8 years ago
  93. 0f62508 PackageDexOptimizer: fix typo in log message. by Jorge Lucangeli Obes · 8 years ago
  94. 79c9e06 Use the new refined DexOptNeeded codes. by Nicolas Geoffray · 8 years ago
  95. a817838 Merge "Avoid profile guided compilation for vmSafeMode" by Mathieu Chartier · 8 years ago
  96. 7e619a9 Frameworks/base: Add compiler stats to Package Manager by Andreas Gampe · 8 years ago
  97. 41e4a37 Avoid profile guided compilation for vmSafeMode by Mathieu Chartier · 8 years ago
  98. 6d99f79 PackageManager: Fix reference profile canonicalization. by Narayan Kamath · 8 years ago
  99. 88eea9e Add a command to print package dexopt status. by Narayan Kamath · 8 years ago
  100. c7b9482 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 8 years ago