1. 397ec26 Check and restorecon cache/code_cache directories. by Jeff Sharkey · 9 years ago
  2. 993de79 Recursively restorecon when SELinux label changes. by Jeff Sharkey · 9 years ago
  3. a721fae Merge "Installd: Add a delete_odex command" into nyc-mr1-dev by Andreas Gampe · 9 years ago
  4. 3964da0 Installd: Add a delete_odex command by Andreas Gampe · 9 years ago
  5. a029c07 Unlink app image if copy fails for A/B OTA by Mathieu Chartier · 9 years ago
  6. d46d37b Don't use profiles with vm safe mode by Mathieu Chartier · 9 years ago
  7. 1f6a7f1 Record "cache" inodes to clear while CE is locked. by Jeff Sharkey · 9 years ago
  8. 0ba073c Otapreopt: Try to mount vendor partition for A/B OTA by Andreas Gampe · 9 years ago
  9. 84932f8 Merge changes from topic 'ab_ota_dexopt_target_slot' into nyc-mr1-dev by Andreas Gampe · 9 years ago
  10. 0354bd0 Otapreopt: Implement new A/B OTA path by Andreas Gampe · 9 years ago
  11. e21ac21 Installd: Add support for dex2oat very-large-app property by Andreas Gampe · 9 years ago
  12. af8948d Installd: Move app image A/B artifact by Andreas Gampe · 9 years ago
  13. 2fc9381 Merge "Installd: Change app image name computation" into nyc-mr1-dev by TreeHugger Robot · 9 years ago
  14. f065032 Installd: Fix bad merge by Andreas Gampe · 9 years ago
  15. d01a02c Installd: Change app image name computation by Andreas Gampe · 9 years ago
  16. afa58d1 Installd: Refactor dexopt to scoped file descriptor by Andreas Gampe · 9 years ago
  17. 09c6c75 Merge "Enable profman pretty printing" into nyc-dev am: 572e23d761 by David Sehr · 9 years ago
  18. 40e566d Enable profman pretty printing by David Sehr · 9 years ago
  19. aef445d Otapreopt: Fix after shared-library work by Andreas Gampe · 9 years ago
  20. d25aab3 Merge "Create primary profile file together with app data folders" into nyc-dev by Calin Juravle · 9 years ago
  21. 6727c2d installd support for profman --dump-info-for by David Sehr · 9 years ago
  22. bc56e7d Create primary profile file together with app data folders by Calin Juravle · 9 years ago
  23. 51c9449 Move both CE/DE storage areas to adopted storage. by Jeff Sharkey · 9 years ago
  24. 54e292e Search both CE/DE storage when clearing caches. by Jeff Sharkey · 9 years ago
  25. 2e063af installd: remove spammy warning for non-existent profile dirs. by Narayan Kamath · 9 years ago
  26. b63d91f Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 9 years ago
  27. 379a12b Consistent creation/destruction of user data. by Jeff Sharkey · 9 years ago
  28. 2f720f7 Use inode numbers for CE storage, fix sizes. by Jeff Sharkey · 9 years ago
  29. 5006f3a installd: log failed unlinks. by Narayan Kamath · 9 years ago
  30. 64b59cc Close profile before leaving android::installd::clear_profile. by Roland Levillain · 9 years ago
  31. a812bcf Revert "Avoid unlinking app image file" by Mathieu Chartier · 9 years ago
  32. 7535e8e Destroy the reference profile during uninstalls by Calin Juravle · 9 years ago
  33. cea3141 Do not unlink the profiles if not needed by Calin Juravle · 9 years ago
  34. b06f98a Don't report errors when trying to delete a non-existing profile dir by Calin Juravle · 9 years ago
  35. d1a6a24 Merge "Do not clean profiles unconditonally during app data clean up" into nyc-dev by Calin Juravle · 9 years ago
  36. edae669 Do not clean profiles unconditonally during app data clean up by Calin Juravle · 9 years ago
  37. 4d0f825 Installd: Separate profile merging and compilation by Andreas Gampe · 9 years ago
  38. caa6b80 Delete the entire profile directory when the app is uninstalled by Calin Juravle · 9 years ago
  39. bb7a770 Installd: Make extract-only = interpret-only by Andreas Gampe · 9 years ago
  40. 2438c6f Installd: Do not log on missing B artifact by Andreas Gampe · 9 years ago
  41. d828d68 Add 'rmprofiles' command to installd by David Brazdil · 9 years ago
  42. e65b4fa Installd: Add move_ab command by Andreas Gampe · 9 years ago
  43. 0258add Merge "Clean up error logs for profiles which don't exists." into nyc-dev by Calin Juravle · 9 years ago
  44. db0326a Return an error if try to profile guide compile to a public oat file by Calin Juravle · 9 years ago
  45. 278edac Clean up error logs for profiles which don't exists. by Calin Juravle · 9 years ago
  46. 6a1648e Extract profile files in their dedicated folder by Calin Juravle · 10 years ago
  47. 2f6d9e2 installd: fix path to code_cache. by Narayan Kamath · 9 years ago
  48. cc6281c Migrate default app data on non-FBE devices. by Jeff Sharkey · 9 years ago
  49. 6a45fb9 Merge "Follow constant refactoring in framework." by Jeff Sharkey · 9 years ago
  50. aaa1d4e installd: Run dex2oat with relative path to the APK by David Brazdil · 9 years ago
  51. aa7ddfd Follow constant refactoring in framework. by Jeff Sharkey · 10 years ago
  52. 41fdcbf Create app images only if dalvik.vm.appimageformat property exists by Mathieu Chartier · 10 years ago
  53. 416fa12 Pass app image format property to dex2oat by Mathieu Chartier · 10 years ago
  54. e80d58d Avoid generating app images for extract only by Mathieu Chartier · 10 years ago
  55. 310c5e7 Avoid unlinking app image file by Mathieu Chartier · 10 years ago
  56. e37d628 Remove "updatecmds" feature. by Jeff Sharkey · 10 years ago
  57. edc8bc4 Pass application image fd to dex2oat by Mathieu Chartier · 10 years ago
  58. b0fad6d installd: Rename USEJIT to EXTRACTONLY by David Brazdil · 10 years ago
  59. 9a034c2 Merge "Add profile guided compilation hooks in installd" by Calin Juravle · 10 years ago
  60. 60a794d Add profile guided compilation hooks in installd by Calin Juravle · 10 years ago
  61. eecb2d2 Change permissions of apps' home dir to 0700 for SDK > 23 by Janis Danisevskis · 10 years ago
  62. a03c747 Still not safe to mutate DE on secondary users. by Jeff Sharkey · 10 years ago
  63. c7d1b22 Let callers specify which storage to operate on. by Jeff Sharkey · 10 years ago
  64. 02d0de5 Installd: Refactor in preparation for OTA by Andreas Gampe · 10 years ago
  65. 32717f8 Merge "Create new ephemeral app directory" by Todd Kennedy · 10 years ago
  66. c7b8a11 Merge "Track rename from base/ to android-base/." am: f31cf3ab0f am: c21980bc12 by Elliott Hughes · 10 years ago
  67. e4ec9eb Track rename from base/ to android-base/. by Elliott Hughes · 10 years ago
  68. 5c1a910 Create new ephemeral app directory by Todd Kennedy · 10 years ago
  69. a749eb5 Merge "Temporarily relax device-encryption failures." by Jeff Sharkey · 10 years ago
  70. ea0e4b1 Temporarily relax device-encryption failures. by Jeff Sharkey · 10 years ago
  71. 23294f4 Merge "More device-encrypted directory work." by Jeff Sharkey · 10 years ago
  72. ebf728f More device-encrypted directory work. by Jeff Sharkey · 10 years ago
  73. 2e1d20d Merge "use negative mask" am: 4e427f0aab am: 469295f68e am: d0711b42b7 by Todd Kennedy · 10 years ago
  74. f24aae8 Merge "Remove obsolete profile handling from installd." am: 8161da7a0e am: a51f45a601 by Calin Juravle · 10 years ago
  75. e296e00 use negative mask by Todd Kennedy · 10 years ago
  76. 63ec2d6 Create device-encrypted directories for apps. by Jeff Sharkey · 10 years ago
  77. df9dadd Remove obsolete profile handling from installd. by Calin Juravle · 10 years ago
  78. 54412fe am 28b1d678: Merge "Installd: Fully decouple pre- and post-bootcomplete properties" by Andreas Gampe · 10 years ago
  79. 28b1d67 Merge "Installd: Fully decouple pre- and post-bootcomplete properties" by Andreas Gampe · 10 years ago
  80. 919461c Installd: Fully decouple pre- and post-bootcomplete properties by Andreas Gampe · 10 years ago
  81. 534a49d am 905c1446: Merge "Allow using the JIT" by Todd Kennedy · 10 years ago
  82. 12434f8 Allow using the JIT by Todd Kennedy · 10 years ago
  83. a535995 am d529cd47: Merge "Pass dexopt flags as integer" by Todd Kennedy · 10 years ago
  84. 76e767c Pass dexopt flags as integer by Todd Kennedy · 10 years ago
  85. a037f97 am 7f413889: Merge "Installd: Take boot status as dexopt parameter" by Todd Kennedy · 10 years ago
  86. 13f1419 Installd: Take boot status as dexopt parameter by Andreas Gampe · 10 years ago
  87. ebb28d9 am c5a6696f: Merge "Installd: Allow different behavior before bootcomplete" by Andreas Gampe · 10 years ago
  88. 94dd3d3 Installd: Allow different behavior before bootcomplete by Andreas Gampe · 10 years ago
  89. a2307ae Only restorecon_data once for all users. by Jeff Sharkey · 10 years ago
  90. 5041a4e Installd: Add a swap override flag by Andreas Gampe · 10 years ago
  91. c968c01 Installd: Add a swap override flag by Andreas Gampe · 10 years ago
  92. 31f0898 Split app move into separate copy/delete steps. by Jeff Sharkey · 10 years ago
  93. 1bcb35b Installd: Fix delete_code_cache() clearing the wrong cache dir by Hao Li · 10 years ago
  94. a2ccb9e Fix directory path of codecache. by Daichi Hirono · 10 years ago
  95. 528c8dd Rename --include-cfi to --generate-debug-info. by David Srbecky · 10 years ago
  96. 3822b8b Installd: Add debug.gencfi to run_dex2oat by Andreas Gampe · 10 years ago
  97. d845c96 Add an installd command to link files by Narayan Kamath · 10 years ago
  98. 741a6ff Rename --include-cfi to --generate-debug-info. by David Srbecky · 10 years ago
  99. d792118 Offer to move both code and data together. by Jeff Sharkey · 10 years ago
  100. 816243d Installd: Add debug.gencfi to run_dex2oat by Andreas Gampe · 10 years ago