1. 0694702 Merge "Add dedicated flag to control app image generation" into pi-dev by Mathieu Chartier · 6 years ago
  2. a9c3433 Add dedicated flag to control app image generation by Mathieu Chartier · 6 years ago
  3. 943eb5a Merge "Fix fs-verity per fs-verity spec change" into pi-dev am: 01a0288ca1 by Victor Hsieh · 6 years ago
  4. cccad19 Fix fs-verity per fs-verity spec change by Victor Hsieh · 6 years ago
  5. 3c0225c Merge "Fix reference to header file in art." am: 16416f0e10 am: 8431eb6c13 by Mathew Inwood · 6 years ago
  6. 3c8277d Fix reference to header file in art. by Mathew Inwood · 6 years ago
  7. fa3e976 Add logic for passing down CompactDex generation flag by Mathieu Chartier · 6 years ago
  8. 272afd2 Merge "Add logic for passing down CompactDex generation flag" am: b5fb7e91d8 by Mathieu Chartier · 6 years ago
  9. f890c3e Add logic for passing down CompactDex generation flag by Mathieu Chartier · 6 years ago
  10. b981617 Pass the compilation reason to dexopt by Calin Juravle · 6 years ago
  11. 4bc8f4d Pass the compilation reason to dexopt by Calin Juravle · 6 years ago
  12. 29c772c [framework] Pass .dm files to dexopt at install time by Calin Juravle · 6 years ago
  13. e4ad74e Extend the ArtManager profiling API to cover boot image profiling by Calin Juravle · 7 years ago
  14. ea6c0ff [framework] Extend profile operations to take the profile name by Calin Juravle · 7 years ago
  15. b62a904 [framework] Prepare profile for app code paths by Calin Juravle · 7 years ago
  16. b46b577 Rename snapshotProfile to createProfileSnapshot for consistency by Calin Juravle · 7 years ago
  17. 369fbd2 Implement ArtManager#snapshotProfile API by Calin Juravle · 7 years ago
  18. 1b37daa Log SHA256 of secondary dex files during reconcile. by Alan Stokes · 7 years ago
  19. b3a4aab Refactor runtime hidden API flag from negative to positive by David Brazdil · 6 years ago
  20. f7e31c0 Refactor runtime hidden API flag from negative to positive by David Brazdil · 6 years ago
  21. cc65194 [framework] Pass .dm files to dexopt at install time by Calin Juravle · 6 years ago
  22. 1728140 Merge "Extend the ArtManager profiling API to cover boot image profiling" by Calin Juravle · 7 years ago
  23. 2b6e24c Merge "[framework] Extend profile operations to take the profile name" by Calin Juravle · 7 years ago
  24. 5f76124 Skip priv app full apk verification if has verify by Victor Hsieh · 7 years ago
  25. d93a795 Merge "Enable verity to updated priv app if root hash exists" by Victor Hsieh · 7 years ago
  26. fcbb74a Extend the ArtManager profiling API to cover boot image profiling by Calin Juravle · 7 years ago
  27. 6ae39fc [framework] Extend profile operations to take the profile name by Calin Juravle · 7 years ago
  28. 5673793 Merge "[framework] Prepare profile for app code paths" by Calin Juravle · 7 years ago
  29. 55f1499 Enable verity to updated priv app if root hash exists by Victor Hsieh · 7 years ago
  30. 7c48e0e Set DEXOPT_DISABLE_HIDDEN_API_CHECKS for system apps by David Brazdil · 7 years ago
  31. 464ed3d Set DEXOPT_DISABLE_HIDDEN_API_CHECKS for system apps by David Brazdil · 7 years ago
  32. 3621be7 [framework] Prepare profile for app code paths by Calin Juravle · 7 years ago
  33. f24977b Merge "Pass targetSdkVersion to installd" am: 106a915256 am: 77ba6baab5 by David Brazdil · 7 years ago
  34. 3d44ed0 Pass targetSdkVersion to installd by David Brazdil · 7 years ago
  35. 388cd5f Rename snapshotProfile to createProfileSnapshot for consistency by Calin Juravle · 7 years ago
  36. fd9f8ae Implement ArtManager#snapshotProfile API by Calin Juravle · 7 years ago
  37. a002360 Log SHA256 of secondary dex files during reconcile. by Alan Stokes · 7 years ago
  38. 11c22e3 Use dex2oatd when available on debug builds by David Sehr · 7 years ago
  39. 3aeca17 Reduce app size by downgrading inactive apps by Shubham Ajmera · 7 years ago
  40. 1285cfd Change storage migration to use quota APIs. by Jeff Sharkey · 7 years ago
  41. 2118ec4 Use dex2oatd when available on debug builds by David Sehr · 7 years ago
  42. 246dccf Reduce app size by downgrading inactive apps by Shubham Ajmera · 7 years ago
  43. c8b29ac Change storage migration to use quota APIs. by Jeff Sharkey · 7 years ago
  44. b562e53 Merge commit '06951ac74d9e74b29037b0a5d8e3b9ad85983b5b' into mergeit by Jeff Sharkey · 7 years ago
  45. ddff807 Consistent "low storage" behavior. by Jeff Sharkey · 7 years ago
  46. 235845d Copy preopted profiles to ref for first boot by Mathieu Chartier · 7 years ago
  47. 972b2c2 Remove obsolete DEXOPT_SAFEMODE. by Nicolas Geoffray · 7 years ago
  48. 56123ba Remove obsolete DEXOPT_SAFEMODE. by Nicolas Geoffray · 7 years ago
  49. 0034788 Fix code accounting bugs, track external app data. by Jeff Sharkey · 7 years ago
  50. 811a75a Pass SElinux info to installd dexopt by Calin Juravle · 7 years ago
  51. 1566233 Offer to "fixup" GIDs used for app data. by Jeff Sharkey · 7 years ago
  52. 82add8a Fix two storage measurement bugs. by Jeff Sharkey · 7 years ago
  53. 458428e Split cache clearing into two phases. by Jeff Sharkey · 7 years ago
  54. d5d5e92 Clear cache space when allocating bytes. by Jeff Sharkey · 7 years ago
  55. 1aa5f88 [PM] Clean up logic for secondary dex oat files by Calin Juravle · 8 years ago
  56. c22c30e Compile secondary dex files in DexManager by Calin Juravle · 8 years ago
  57. 16382634 installd: add command 'removeIdmap' by Mårten Kongstad · 8 years ago
  58. e1a774e Merge "Follow installd API changes." am: 915f279556 am: 6b662722f0 am: 5e17fe3e8c by Jeff Sharkey · 8 years ago
  59. 36ba022 Follow installd API changes. by Jeff Sharkey · 8 years ago
  60. 7d25faf Invalidate installd when mounts change. by Jeff Sharkey · 8 years ago
  61. 82ca901 Methods to calculate user and external disk usage. by Jeff Sharkey · 8 years ago
  62. 5eb3eb5 Offer to measure disk stats using quotas. by Jeff Sharkey · 8 years ago
  63. 9f2f218 Reconnect to installd when it restarts. by Jeff Sharkey · 8 years ago
  64. 1c6f723 Remove ~1/3 of the installd calls at boot. by Jeff Sharkey · 8 years ago
  65. 447a3ac Catch all exceptions from installd, log codes. by Jeff Sharkey · 8 years ago
  66. 4f05cd8 Remove DEXOPT_OTA flag. by Jeff Sharkey · 8 years ago
  67. 740f523 Final push of installd to Binder; goodbye socket! by Jeff Sharkey · 8 years ago
  68. c98c7bc Prepare to move dexopt calls to Binder. by Jeff Sharkey · 8 years ago
  69. c69b210 Merge "Yet another set of installd Binder methods." by Jeff Sharkey · 8 years ago
  70. c24fa02 Yet another set of installd Binder methods. by Jeff Sharkey · 8 years ago
  71. 019ac85 Move more installd methods to Binder. by Jeff Sharkey · 8 years ago
  72. c8ddc2d Move moveCompleteApp() to Binder. by Jeff Sharkey · 8 years ago
  73. 70b4d10 Initial Binder interface for installd. by Jeff Sharkey · 8 years ago
  74. 33c592d Installer: Support delete_odex command by Andreas Gampe · 8 years ago
  75. d15300c Frameworks/base: Add new flow to OtaDexoptService by Andreas Gampe · 8 years ago
  76. a877708 Installer connection support for dump_profiles by David Sehr · 8 years ago
  77. c7b9482 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 8 years ago
  78. fcf1e55 Consistent creation/destruction of user data. by Jeff Sharkey · 8 years ago
  79. 4288419 Use inode numbers for CE storage. by Jeff Sharkey · 8 years ago
  80. e1cf49e Merge "Delete app profiles only during updates and uninstalls" into nyc-dev by Calin Juravle · 8 years ago
  81. bdd30d8 Frameworks/base: Refactor package manager by Andreas Gampe · 8 years ago
  82. d6d27e3 Delete app profiles only during updates and uninstalls by Calin Juravle · 8 years ago
  83. 9aa6db0 Add option to clear profile data to 'cmd package compile' by David Brazdil · 8 years ago
  84. abcbe2f Frameworks/base: OtaDexopt needs to move artifacts on boot by Andreas Gampe · 8 years ago
  85. e469713 Migrate default app data on non-FBE devices. by Jeff Sharkey · 8 years ago
  86. 47f7108 Prepare user storage just before using it. by Jeff Sharkey · 8 years ago
  87. a890875 Frameworks/base: Add A/B OTA preopting by Andreas Gampe · 9 years ago
  88. a9aa249 Remove "updatecmds" feature. by Jeff Sharkey · 9 years ago
  89. a0e1043 Extract APKs on install or OTA by David Brazdil · 9 years ago
  90. 7bdf3cf Merge "Enable profile guided compilation on the framework side" by Calin Juravle · 9 years ago
  91. db4a79a Enable profile guided compilation on the framework side by Calin Juravle · 9 years ago
  92. f340974 Change permissions of apps' home dir to 0700 for SDK > 23 by Janis Danisevskis · 9 years ago
  93. 0e62384c Prepare app data only when storage is available. by Jeff Sharkey · 9 years ago
  94. fdeeeea Follow installd changes, throw exceptions. by Jeff Sharkey · 9 years ago
  95. f9fc6d6 More file-based encryption work. by Jeff Sharkey · 9 years ago
  96. 8948c01 Yell when calling installd with PM lock held. by Jeff Sharkey · 9 years ago
  97. 92b28f3 resolved conflicts for 4ed21bf0 to stage-aosp-master by Todd Kennedy · 9 years ago
  98. 8c6e537 Allow using the JIT by Todd Kennedy · 9 years ago
  99. 9f86026 resolved conflicts for 7de7e0b0 to stage-aosp-master by Todd Kennedy · 9 years ago
  100. fa54ab7 Pass dexopt flags as integer by Todd Kennedy · 9 years ago