1. ab0a190 Use DEX2OATBOOTCLASSPATH in installd. by Nicolas Geoffray · 6 years ago
  2. 8a3c8b1 Merge "installd: parameterize user data snapshots with snapshot_id" by Treehugger Robot · 6 years ago
  3. ad5da1e installd: parameterize user data snapshots with snapshot_id by Nikita Ioffe · 6 years ago
  4. e736b8f Merge "Installd: Add more compilation-related presubmits" by Treehugger Robot · 6 years ago
  5. ccfb3cf Revert^2: dexopt: Fix target-sdk-version argument creation by David Brazdil · 6 years ago
  6. 683f318 Merge "Revert "dexopt: Fix target-sdk-version argument creation"" by Andreas Gampe · 6 years ago
  7. 300d4f4 Installd: Add more compilation-related presubmits by Andreas Gampe · 6 years ago
  8. 1428365 Revert "dexopt: Fix target-sdk-version argument creation" by Andreas Gampe · 6 years ago
  9. a2849b1 Merge "Add a dalvik.vm.boot-image option for zygote and installd." by Nicolas Geoffray · 6 years ago
  10. 8b3fa97 Add a dalvik.vm.boot-image option for zygote and installd. by Nicolas Geoffray · 6 years ago
  11. d458a4f dexopt: Fix target-sdk-version argument creation by David Brazdil · 6 years ago
  12. 96602ec Merge "Clear BOOTCLASSPATH for APP AOT compilation." by Vladimir Marko · 6 years ago
  13. 7771604 Merge "Add missing error checks in tests." by Alan Stokes · 6 years ago
  14. 1fea89a Clear BOOTCLASSPATH for APP AOT compilation. by Vladimir Marko · 6 years ago
  15. 9b76bc8 Remove obsolete comment from cmds/installd/otapreopt_chroot.cpp. by Roland Levillain · 6 years ago
  16. 4f2d97c Add missing error checks in tests. by Alan Stokes · 6 years ago
  17. 4febfd6 Merge "installd_service_test: fix ServiceTest.CreateAppDataSnapshot_ClearsCache" by Treehugger Robot · 6 years ago
  18. 04c74f3 installd_service_test: fix ServiceTest.CreateAppDataSnapshot_ClearsCache by Nikita Ioffe · 6 years ago
  19. 1fa4b8d Use sh_binary instead of cc_prebuilt_binary for shell scripts by Sasha Smundak · 6 years ago
  20. 58ec999 Merge "Have `otapreopt_chroot` bind-mount Bionic artifacts from the Runtime APEX." by Roland Levillain · 6 years ago
  21. d41622c Add handling for PH property dex2oat_resolve_startup_strings by Mathieu Chartier · 6 years ago
  22. fafe4a0 Merge "Refactor the APEX package activation/deactivation logic in `otapreopt_chroot`." by Roland Levillain · 6 years ago
  23. c3265ae Have `otapreopt_chroot` bind-mount Bionic artifacts from the Runtime APEX. by Roland Levillain · 6 years ago
  24. 6520cca Refactor the APEX package activation/deactivation logic in `otapreopt_chroot`. by Roland Levillain · 6 years ago
  25. 580ae9c Merge "installd: remove restored ce_data if de_data rollback failed" by Nikita Ioffe · 6 years ago
  26. 8755f79 installd: Add destroyAppDataSnapshot and corresponding binder API by Nikita Ioffe · 6 years ago
  27. f448ced Installd: Refactor binder tests by Andreas Gampe · 6 years ago
  28. 85958b6 installd: Create "lib" symlink with the correct label. by Nick Kralevich · 6 years ago
  29. 3163e53 Merge "installd: clear app's cache before doing a snapshot" by Treehugger Robot · 6 years ago
  30. d1569ad Merge "Restore security context of `/postinstall/apex` earlier in otapreopt_chroot." by Roland Levillain · 6 years ago
  31. 058cb93 Merge "Convert Android.mk file to Android.bp" by Treehugger Robot · 6 years ago
  32. 900b3c2 installd: clear app's cache before doing a snapshot by Nikita Ioffe · 6 years ago
  33. 8d27681 Restore security context of `/postinstall/apex` earlier in otapreopt_chroot. by Roland Levillain · 6 years ago
  34. 8e4d346 installd: Validate volumeUuid in snapshotAppData and restoreAppDataSnapshot by Nikita Ioffe · 6 years ago
  35. 0b643d5 Merge "installd: clear existing snapshots before performing a new one" by Nikita Ioffe · 6 years ago
  36. 6a6bdad Convert Android.mk file to Android.bp by Sasha Smundak · 6 years ago
  37. 1cc5de6 DO NOT MERGE: Revert "Revert "Add libprocessgroup dependency and fix sched_policy include"" by Suren Baghdasaryan · 6 years ago
  38. fd2ccd4 installd: remove restored ce_data if de_data rollback failed by Nikita Ioffe · 6 years ago
  39. 835ae77 installd: clear existing snapshots before performing a new one by Nikita Ioffe · 6 years ago
  40. 415bf00 Merge "Refactor paths to Android Runtime binaries in directory `cmds/installd/`." by Roland Levillain · 6 years ago
  41. 9e346da Merge changes from topics "runtime-apex-otapreopt_chroot-tear-down", "runtime-apex-installd-support", "runtime-apex-otapreopt_chroot-support" by Roland Levillain · 6 years ago
  42. 1f34244 Merge "installd: Implement support for userdata snapshot and restore." by Narayan Kamath · 6 years ago
  43. f145309 DO NOT MERGE: Revert "Add libprocessgroup dependency and fix sched_policy include" by Suren Baghdasaryan · 6 years ago
  44. 67a14f6 Refactor paths to Android Runtime binaries in directory `cmds/installd/`. by Roland Levillain · 6 years ago
  45. e03e069 Merge "[view compilation] Add viewcompiler support to installd" by Mathieu Chartier · 6 years ago
  46. dfdfb79 installd: Implement support for userdata snapshot and restore. by Narayan Kamath · 6 years ago
  47. 94b4180 Implement a tear-down phase in otapreopt_chroot. by Roland Levillain · 6 years ago
  48. 370222c Revert^2 "Have installd use ART binaries from the Android Runtime APEX." by Roland Levillain · 6 years ago
  49. c19c604 Revert^2 "Have `otapreopt_chroot` mount APEX packages in the chroot dir." by Roland Levillain · 6 years ago
  50. dc9078d Add libprocessgroup dependency and fix sched_policy include by Suren Baghdasaryan · 6 years ago
  51. 2af5e6a [view compilation] Add viewcompiler support to installd by Eric Holk · 6 years ago
  52. b3a929d Store aggregation counters for boot image profile by Calin Juravle · 6 years ago
  53. 3a77feb Revert "Have installd use ART binaries from the Android Runtime APEX." by Andreas Gampe · 6 years ago
  54. b8f50cd Have installd use ART binaries from the Android Runtime APEX. by Roland Levillain · 6 years ago
  55. 5880c03 Add dalvik.vm.dex2oat-max-image-block-size property by Mathieu Chartier · 6 years ago
  56. cc66c44 Revert "Revert "Refactor argument creation to be before the fork"" by Mathieu Chartier · 6 years ago
  57. 3163652 Revert "Refactor argument creation to be before the fork" by Mathieu Chartier · 6 years ago
  58. 62d218d Refactor argument creation to be before the fork by Mathieu Chartier · 6 years ago
  59. 1d1e7c9 Installd: Temporarily disable selinux check in test by Andreas Gampe · 6 years ago
  60. d111162 Merge "Refactor dexopt command args" by Mathieu Chartier · 6 years ago
  61. d57852c ARC++ swap for QuotaUtils by Risan · 6 years ago
  62. 9b2da08 Refactor dexopt command args by Mathieu Chartier · 6 years ago
  63. 9e46d1c Merge "Fix fdsan error" by Mathieu Chartier · 6 years ago
  64. ad25300 Merge "Refactor quota ops to a separate utils" by Risan · 6 years ago
  65. 89883e3 Fix fdsan error by Mathieu Chartier · 6 years ago
  66. 5f30826 Refactor quota ops to a separate utils by Risan · 6 years ago
  67. 1b8700f Installd: Add selinux check by Andreas Gampe · 6 years ago
  68. e0d64a1 Make sure to return false for empty classpath by Mathieu Chartier · 6 years ago
  69. 692bc1f Merge "Add dalvik.vm.dex2oat-resolve-startup-strings feature flag" by Mathieu Chartier · 6 years ago
  70. a6ada23 Merge "[installd] Modernize codebase by replacing NULL with nullptr" by Mathieu Chartier · 6 years ago
  71. 9059283 Add mathieuc to owners by Mathieu Chartier · 6 years ago
  72. 954cf64 [installd] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  73. f208828 Add dalvik.vm.dex2oat-resolve-startup-strings feature flag by Mathieu Chartier · 6 years ago
  74. eddf8dd Merge "Cleanup Quota limit in Installd" by Treehugger Robot · 6 years ago
  75. c78374d Cleanup Quota limit in Installd by Risan · 6 years ago
  76. bd7aef1 Otapreopt: Accept boot image in system by Andreas Gampe · 6 years ago
  77. f1dd98e Fix implicit fallthrough warnings. by Chih-Hung Hsieh · 6 years ago
  78. 3ad80d2 Otapreopt: Remove patchoat step by Andreas Gampe · 6 years ago
  79. 725ae2b Break away from longer file extensions. by Jeff Sharkey · 6 years ago
  80. 2478cf2 Otapreopt: Introduce protocol version 10 by Andreas Gampe · 6 years ago
  81. ce9fe7f Otapreopt: Move binary to Soong by Andreas Gampe · 6 years ago
  82. f9857ad installd should be fully developed in AOSP. by Jeff Sharkey · 6 years ago
  83. 1752a11 Remove PIC option from oat files. by Vladimir Marko · 6 years ago
  84. 189d906 Installd: Add presubmit TEST_MAPPING by Andreas Gampe · 6 years ago
  85. 2ef09a7 Installd: Refactor installd_dexopt_test a bit by Andreas Gampe · 6 years ago
  86. 70564d5 Merge "Otapreopt: Add missing function" am: d760eb8662 by Andreas Gampe · 7 years ago
  87. a64a627 Otapreopt: Add missing function by Andreas Gampe · 7 years ago
  88. 07031ce Merge "Fix SEGFAULT in profman" am: 037b50ec79 by Calin Juravle · 7 years ago
  89. a30265a Fix SEGFAULT in profman by Calin Juravle · 7 years ago
  90. 76c2eaf Otadexopt: removing bootdevice from /dev/block/bootdevice/by-name/* by Bowgo Tsai · 7 years ago
  91. 1572f9b Otadexopt: removing bootdevice from /dev/block/bootdevice/by-name/* by Bowgo Tsai · 7 years ago
  92. 19d2d08 Otadexopt: removing bootdevice from /dev/block/bootdevice/by-name/* by Bowgo Tsai · 7 years ago
  93. eb9b71e Disable dex2oatd for release background compiles am: 31419e7ac8 by David Sehr · 7 years ago
  94. 31419e7 Disable dex2oatd for release background compiles by David Sehr · 7 years ago
  95. 3bbaed2 Always pass --dex-location to profman by Calin Juravle · 7 years ago
  96. 6e9f4df Merge "Always pass --dex-location to profman" into pi-dev am: 7be03ead4c by Calin Juravle · 7 years ago
  97. 59f7ab8 Always pass --dex-location to profman by Calin Juravle · 7 years ago
  98. 1fc161b Merge "Fix tiny typo in LOG_TAG." am: d7c8bda2f9 am: 1d5a1e4d39 by Alan Stokes · 7 years ago
  99. cb27c34 Fix tiny typo in LOG_TAG. by Alan Stokes · 7 years ago
  100. 5f3079b Merge "Otadexopt: Attempt to mount product partition" am: dce2457fd9 by Andreas Gampe · 7 years ago