1. 4103281 Annotate the compilation reason with dex metadata information by Calin Juravle · 6 years ago
  2. 785d618 Allow only selected priv apps to run OOB by Victor Hsieh · 6 years ago
  3. a9c3433 Add dedicated flag to control app image generation by Mathieu Chartier · 6 years ago
  4. 7fc0f63 Fix BackgroundDexOptTest by Calin Juravle · 6 years ago
  5. 709bfc2 Merge "Add the compilation reason to the dexopt dumps" into pi-dev by Calin Juravle · 6 years ago
  6. ab49fc4 Add the compilation reason to the dexopt dumps by Calin Juravle · 6 years ago
  7. e329953 More flexible API enforcement policy. by Mathew Inwood · 6 years ago
  8. a6d43e4 Clean up comment by Mathieu Chartier · 6 years ago
  9. fa3e976 Add logic for passing down CompactDex generation flag by Mathieu Chartier · 6 years ago
  10. 4bc8f4d Pass the compilation reason to dexopt by Calin Juravle · 6 years ago
  11. f7e31c0 Refactor runtime hidden API flag from negative to positive by David Brazdil · 6 years ago
  12. ff3e4a1 Allow public profile compilation for primary apks by Calin Juravle · 6 years ago
  13. cc65194 [framework] Pass .dm files to dexopt at install time by Calin Juravle · 6 years ago
  14. 2b6e24c Merge "[framework] Extend profile operations to take the profile name" by Calin Juravle · 6 years ago
  15. d2204db Merge "Rewrite handling of oob priv-apps in framework." by Nicolas Geoffray · 6 years ago
  16. 6ae39fc [framework] Extend profile operations to take the profile name by Calin Juravle · 6 years ago
  17. 11d21a29 Rewrite handling of oob priv-apps in framework. by Nicolas Geoffray · 6 years ago
  18. 464ed3d Set DEXOPT_DISABLE_HIDDEN_API_CHECKS for system apps by David Brazdil · 6 years ago
  19. f24977b Merge "Pass targetSdkVersion to installd" am: 106a915256 am: 77ba6baab5 by David Brazdil · 6 years ago
  20. 3d44ed0 Pass targetSdkVersion to installd by David Brazdil · 6 years ago
  21. 991da81 Merge changes I80504f43,Ifc372eef am: de7be840a7 by Calin Juravle · 7 years ago
  22. de7be84 Merge changes I80504f43,Ifc372eef by Treehugger Robot · 7 years ago
  23. b423671 Fix package install flow w.r.t. dexopt by Calin Juravle · 7 years ago
  24. c6540da Fix package install flow w.r.t. dexopt by Calin Juravle · 7 years ago
  25. af657ae Merge "Workaround to get passed the broken install flow" am: b0e6508a5b by Calin Juravle · 7 years ago
  26. 5f44aa7 Workaround to get passed the broken install flow by Jeff Sharkey · 7 years ago
  27. a73e165 Hack. by Jeff Sharkey · 7 years ago
  28. cf0583e Change pm.dexopt.priv-apps to .priv-apps-oob by Victor Hsieh · 7 years ago
  29. 66a285d DO NOT MERGE Change pm.dexopt.priv-apps to .priv-apps-oob by Victor Hsieh · 7 years ago
  30. 8a5a708 [framework] Compile secondary dex files in isolation by Calin Juravle · 7 years ago
  31. 5e507fa Add an explicit reason for the compilation of shared apks by Calin Juravle · 7 years ago
  32. 527a2b2 Fix spelling mistake in dumpsys output by Calin Juravle · 7 years ago
  33. 9aab3b5 Handle configuration splits when creating the class loader context by Calin Juravle · 7 years ago
  34. 563a5ca Ensure dexopt is executed only with consistent package data by Calin Juravle · 7 years ago
  35. c0aa880 Merge "Frameworks: Fix idle-background-job flag" am: 3a16db62ec am: 83419c750f by Andreas Gampe · 7 years ago
  36. 64f4a15 Merge "Frameworks: Fix idle-background-job flag" am: 3a16db62ec am: 83419c750f by Andreas Gampe · 7 years ago
  37. 3a16db6 Merge "Frameworks: Fix idle-background-job flag" by Treehugger Robot · 7 years ago
  38. 84d9a81 Fix dexopt dump by Calin Juravle · 7 years ago
  39. c041c33 Frameworks: Fix idle-background-job flag by Andreas Gampe · 7 years ago
  40. d7fb51a resolve merge conflicts of 20d9ae562062 to oc-mr1-dev-plus-aosp by Andreas Gampe · 7 years ago
  41. b314522 Merge "[framework] Add check that classpath is up to date to getDexOptNeeded" am: 945b1dc43e by Calin Juravle · 7 years ago
  42. 11c22e3 Use dex2oatd when available on debug builds by David Sehr · 7 years ago
  43. b130d47 Add package use info to dexopt dump by Calin Juravle · 7 years ago
  44. 943d1e7 Record usage information per split by Calin Juravle · 7 years ago
  45. fad6dc1 Use PackageUseInfo in DexOptimizer by Calin Juravle · 7 years ago
  46. a18e992 Use the class loader context when optimizing secondary dex files by Calin Juravle · 7 years ago
  47. 7ba73dd [framework] Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 7 years ago
  48. 0a267a8 Encode the entire class loader context for dex2oat by Calin Juravle · 7 years ago
  49. caed600 Add a command line option to optimize individual splits by Calin Juravle · 7 years ago
  50. dea3fd8 Refactor the arguments passed to dexopt invocations by Calin Juravle · 7 years ago
  51. 3aeca17 Reduce app size by downgrading inactive apps by Shubham Ajmera · 7 years ago
  52. 2118ec4 Use dex2oatd when available on debug builds by David Sehr · 7 years ago
  53. c29b11a Move grantPermission to permission manager by Todd Kennedy · 7 years ago
  54. 576e6c0 [framework] Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 7 years ago
  55. 31ef7f3 Merge "[framework] Compile secondary dex files in isolation" into oc-mr1-dev by Calin Juravle · 7 years ago
  56. 27f9262 [framework] Compile secondary dex files in isolation by Calin Juravle · 7 years ago
  57. b22e7a2 Merge "Fix spelling mistake in dumpsys output" into oc-mr1-dev am: 1198bec925 by Calin Juravle · 7 years ago
  58. 94837e3 Fix spelling mistake in dumpsys output by Calin Juravle · 7 years ago
  59. 61dc6ff Merge "Special handling of priv-apps in PMS." am: 107899c599 am: 15b0493360 by Nicolas Geoffray · 7 years ago
  60. 20a894e Special handling of priv-apps in PMS. by Nicolas Geoffray · 7 years ago
  61. 479af33 Merge "Fix dexopt dump" into oc-mr1-dev by Calin Juravle · 7 years ago
  62. cf72222 Fix dexopt dump by Calin Juravle · 7 years ago
  63. f53201f Add an explicit reason for the compilation of shared apks by Calin Juravle · 7 years ago
  64. da09815 Handle configuration splits when creating the class loader context by Calin Juravle · 7 years ago
  65. 4c2b955 Ensure dexopt is executed only with consistent package data by Calin Juravle · 7 years ago
  66. 41a57a6 Add package use info to dexopt dump by Calin Juravle · 7 years ago
  67. 52a452c Record usage information per split by Calin Juravle · 7 years ago
  68. 3b74c41 Use PackageUseInfo in DexOptimizer by Calin Juravle · 7 years ago
  69. f1ff36f Use the class loader context when optimizing secondary dex files by Calin Juravle · 7 years ago
  70. 52c8620 Update DexFile#getDexOptNeeded usages to reflect API change by Shubham Ajmera · 7 years ago
  71. 19da1cf Encode the entire class loader context for dex2oat by Calin Juravle · 7 years ago
  72. b6f844d Add a command line option to optimize individual splits by Calin Juravle · 7 years ago
  73. 1d0e83d Refactor the arguments passed to dexopt invocations by Calin Juravle · 7 years ago
  74. 246dccf Reduce app size by downgrading inactive apps by Shubham Ajmera · 7 years ago
  75. 7e1a273 resolve merge conflicts of 255b69aca02f to oc-dev-plus-aosp by Nicolas Geoffray · 7 years ago
  76. 3b4359a Pass bootComplete to dexopt. by Nicolas Geoffray · 7 years ago
  77. cb42fae Merge "Remove obsolete DEXOPT_SAFEMODE." am: 383b2af3ec am: 10085b3737 by Nicolas Geoffray · 7 years ago
  78. 307a5af Remove obsolete DEXOPT_SAFEMODE. by Nicolas Geoffray · 7 years ago
  79. 731a7f3 Remove line from bad resolution merge. by Nicolas Geoffray · 7 years ago
  80. b0818e8 resolve merge conflicts of c2421a2a3c37 to oc-dev-plus-aosp by Nicolas Geoffray · 7 years ago
  81. a34610c Merge "Handle safe mode in PackageManager." by Nicolas Geoffray · 7 years ago
  82. 384683e Merge "Adjust forced dexopt in case of stripped APKs." am: 5669550a83 am: f59dd816b1 by Nicolas Geoffray · 7 years ago
  83. 96d12a9 Adjust forced dexopt in case of stripped APKs. by Nicolas Geoffray · 7 years ago
  84. bca6bd2 Merge "Use timeout for *dexopt* wake lock" into oc-dev by Fyodor Kupolov · 7 years ago
  85. d093b20 Handle safe mode in PackageManager. by Nicolas Geoffray · 7 years ago
  86. 28f2855 Use timeout for *dexopt* wake lock by Fyodor Kupolov · 7 years ago
  87. d132652 Update frameworks/base to new compiler filters. by Nicolas Geoffray · 7 years ago
  88. be7b0d1 Update frameworks/base to new compiler filters. by Nicolas Geoffray · 7 years ago
  89. 5def5e5 Gather shared libs for split apks based on dependencies. by Jeff Hao · 7 years ago
  90. c6687da Handle shared libraries for split apks. by Jeff Hao · 7 years ago
  91. 7da652f Handle shared libraries for split apks. by Jeff Hao · 7 years ago
  92. 31762dd Merge "Pass SElinux info to installd dexopt" into oc-dev by Calin Juravle · 7 years ago
  93. 539128f Merge "Keep track of protected data dirs in DexManager" into oc-dev by Calin Juravle · 7 years ago
  94. 811a75a Pass SElinux info to installd dexopt by Calin Juravle · 7 years ago
  95. adbadd5 Keep track of protected data dirs in DexManager by Calin Juravle · 7 years ago
  96. efb1c94 Fix dex flags for secondary dex files by Calin Juravle · 7 years ago
  97. c649449 Use DexManager logic to decide if a package is used by other apps by Calin Juravle · 7 years ago
  98. f8afcdc Skip class path checking for secondary dex files by Calin Juravle · 7 years ago
  99. 7218363 Compile secondary dex files in DexManager by Calin Juravle · 7 years ago
  100. 07b6eab Use DexManager logic to decide if a package is used by other apps by Calin Juravle · 7 years ago