1. 6af6b97 Don't infer the default boot image location in otapreopt. by Jiakai Zhang · 2 years, 6 months ago
  2. 400138e Installd: don't generate app image with empty reference profile by yanmin5 · 2 years, 6 months ago
  3. e1dadb5 Don't allow opening reference profiles for writing when ART Service is enabled. by Martin Stjernholm · 2 years, 6 months ago
  4. 02570a7 Use dalvik.vm.background-dex2oat-* system properties for background jobs. by Martin Stjernholm · 2 years, 10 months ago
  5. fd00040 Add a flag to dumpProfiles to send --dump-classes-and-methods to profman. by Martin Stjernholm · 3 years, 5 months ago
  6. f515a1b Use speed-profile with the cloud profile for apks loaded by other apps. by Jiakai Zhang · 3 years, 7 months ago
  7. 495142a Add a timeout for all installd operations. by Jiakai Zhang · 3 years, 7 months ago
  8. b35b872 Remove ableist language by Hanna Nizhnikava · 3 years, 8 months ago
  9. b734226 dexopt: Restore old files when cancelled by Keun young Park · 3 years, 11 months ago
  10. 54481db Merge "installd: Skip profile preparation if primary.prof does not exist" by Treehugger Robot · 3 years, 10 months ago
  11. 8f2a40e installd: Skip profile preparation if primary.prof does not exist by Yang Tianping · 3 years, 10 months ago
  12. 79dcab5 Minor cleanups. by Alex Buynytskyy · 3 years, 10 months ago
  13. 4d07612 Merge "add IInstalld.controlDexOptBlocking call" am: 16d7c90ff1 by Treehugger Robot · 4 years ago
  14. 65578d6 add IInstalld.controlDexOptBlocking call by Keun young Park · 4 years, 2 months ago
  15. 1b3e75a Merge "Don't use LOG() in code that runs post-fork." am: c1476aae0b am: efd896cc29 by Martijn Coenen · 4 years, 2 months ago
  16. c417edf Don't use LOG() in code that runs post-fork. by Martijn Coenen · 4 years, 2 months ago
  17. b0eecad Merge "dex2oat: add a new task profile for dex2oat boot_complete policy" into sc-dev by TreeHugger Robot · 4 years, 2 months ago
  18. 0efe8d5 dex2oat: add a new task profile for dex2oat boot_complete policy by Wei Wang · 4 years, 2 months ago
  19. 2d7db57 Drop runtime argument from profman invocation by Orion Hodson · 4 years, 2 months ago
  20. c47757c Drop runtime argument from profman invocation by Orion Hodson · 4 years, 2 months ago
  21. 5f6b3ad installd: pass verification state from odsign to ART tools by Orion Hodson · 4 years, 2 months ago
  22. 2b12e7c installd: pass verification state from odsign to ART tools by Orion Hodson · 4 years, 2 months ago
  23. ea214ad Return the freed bytes from deleteOdex API by Calin Juravle · 4 years, 3 months ago
  24. 3b75828 Extend profile analysis with proper return codes by Calin Juravle · 4 years, 3 months ago
  25. 0f3beba Return the freed bytes from deleteOdex API by Calin Juravle · 4 years, 3 months ago
  26. e01f871 Change permissions on ref profile so that ART can read it by Calin Juravle · 4 years, 3 months ago
  27. e90de86 Extend profile analysis with proper return codes by Calin Juravle · 4 years, 3 months ago
  28. 31c68e7 Change permissions on ref profile so that ART can read it by Calin Juravle · 4 years, 3 months ago
  29. 6de402a Convert some unsafe post-fork() LOG usage. by Martijn Coenen · 4 years, 4 months ago
  30. 9f29566 Make installd log A/B missing artifacts by Alex Light · 4 years, 6 months ago
  31. bf00bf3 Remove unused update_out_oat_access_times. by Rock.Yeh · 4 years, 8 months ago
  32. e0dbd9b Revert "Revert "installd: Fix set dex2oat to background after boot_complete"" by Wei Wang · 4 years, 9 months ago
  33. 633e1fb Revert "installd: Fix set dex2oat to background after boot_complete" by Dario Freni · 4 years, 9 months ago
  34. c919183 installd: Fix set dex2oat to background after boot_complete by Wei Wang · 4 years, 9 months ago
  35. a27559e Dexopt: fix a bug due to unsign int. by yawanng · 4 years, 10 months ago
  36. 6fe34a5 Dexopt: read min new methods/classes percent change from properties. by yawanng · 4 years, 10 months ago
  37. c8fd7fa Merge "installd: Replace Dex2oatFileWrapper with UniqueFile" by Treehugger Robot · 5 years ago
  38. cb35a06 installd: Replace Dex2oatFileWrapper with UniqueFile by Victor Hsieh · 5 years ago
  39. e9481ce Remove dex2oat_headers. by Nicolas Geoffray · 5 years ago
  40. c9821f1 installd: Unit test for RunDex2oat by Victor Hsieh · 5 years ago
  41. e98e651 installd: move background compilation check out of RunDex2oat by Victor Hsieh · 5 years ago
  42. 76f19ba installd: replace get_location_from_path with Basename by Victor Hsieh · 5 years ago
  43. 8948a86 installd: move check of jitzygote out of RunDex2oat by Victor Hsieh · 5 years ago
  44. f85ddb9 Handle the boot profile format when analyzing profiles by Calin Juravle · 5 years ago
  45. 6df89a6 Control use of dex2oat64 by device property by David Sehr · 5 years ago
  46. 2271b3e Adds support for restore dexopt flag by Patrick Baumann · 5 years ago
  47. 79dc3c6 Pass updatable BCP packages to dex2oat. by Vladimir Marko · 5 years ago
  48. 0b9c8e1 Merge "Revert "Revert "[dexopt] Allow secondary dex files to generate app images""" by Mathieu Chartier · 5 years ago
  49. 9fcc4ef Use std::optional for @nullable (AIDL) by Jooyung Han · 6 years ago
  50. b79acc0 Revert "Revert "[dexopt] Allow secondary dex files to generate app images"" by Dan Zimmerman · 6 years ago
  51. 5a4c4e9 Update dexopt code with the new JIT zygote image. by Nicolas Geoffray · 6 years ago
  52. b05c6a5 Merge "installd: add dex2oat cpu-set system properties" by Orion Hodson · 6 years ago
  53. 4583746 installd: add dex2oat cpu-set system properties by Orion Hodson · 6 years ago
  54. 7656132 [installd] Improve profile merging error logging by Calin Juravle · 6 years ago
  55. 78728f3 Improve the handling of profile snapshot in installd by Calin Juravle · 6 years ago
  56. a64fb51 Fix BootImageProfile aggregation by Calin Juravle · 6 years ago
  57. 56701ba Merge "Remove store_aggregation_counters argument from profile merging" by Calin Juravle · 6 years ago
  58. e97261e Pass down apex image if profilebootimage is enabled by Mathieu Chartier · 6 years ago
  59. 9d25017 Remove store_aggregation_counters argument from profile merging by Calin Juravle · 6 years ago
  60. 36133d1 dexopt: Replace -Xhidden-api-checks with -Xhidden-api-policy by David Brazdil · 6 years ago
  61. 6190774 Installd: don't generate app image without reference profile by liulvping · 7 years ago
  62. 8042c37 dexopt: Avoid a couple std::string copies by Greg Kaiser · 6 years ago
  63. 4f6027a dexopt: Open class loader context dex files for dex2oat by David Brazdil · 6 years ago
  64. 019db5b Fix a typo in an error message of dexopt. by Roland Levillain · 6 years ago
  65. f74a737 Ensure we select the right execution binary for all dexopt commands by Calin Juravle · 7 years ago
  66. 95ea7b7 Merge "Use DEX2OATBOOTCLASSPATH in installd." by Nicolas Geoffray · 7 years ago
  67. ab0a190 Use DEX2OATBOOTCLASSPATH in installd. by Nicolas Geoffray · 7 years ago
  68. aaad21e Query the enable_apex_image flag from native experiment. by Nicolas Geoffray · 7 years ago
  69. ccfb3cf Revert^2: dexopt: Fix target-sdk-version argument creation by David Brazdil · 7 years ago
  70. 683f318 Merge "Revert "dexopt: Fix target-sdk-version argument creation"" by Andreas Gampe · 7 years ago
  71. 1428365 Revert "dexopt: Fix target-sdk-version argument creation" by Andreas Gampe · 7 years ago
  72. a2849b1 Merge "Add a dalvik.vm.boot-image option for zygote and installd." by Nicolas Geoffray · 7 years ago
  73. 8b3fa97 Add a dalvik.vm.boot-image option for zygote and installd. by Nicolas Geoffray · 7 years ago
  74. d458a4f dexopt: Fix target-sdk-version argument creation by David Brazdil · 7 years ago
  75. 1fea89a Clear BOOTCLASSPATH for APP AOT compilation. by Vladimir Marko · 7 years ago
  76. d41622c Add handling for PH property dex2oat_resolve_startup_strings by Mathieu Chartier · 7 years ago
  77. 1cc5de6 DO NOT MERGE: Revert "Revert "Add libprocessgroup dependency and fix sched_policy include"" by Suren Baghdasaryan · 7 years ago
  78. 415bf00 Merge "Refactor paths to Android Runtime binaries in directory `cmds/installd/`." by Roland Levillain · 7 years ago
  79. 9e346da Merge changes from topics "runtime-apex-otapreopt_chroot-tear-down", "runtime-apex-installd-support", "runtime-apex-otapreopt_chroot-support" by Roland Levillain · 7 years ago
  80. f145309 DO NOT MERGE: Revert "Add libprocessgroup dependency and fix sched_policy include" by Suren Baghdasaryan · 7 years ago
  81. 67a14f6 Refactor paths to Android Runtime binaries in directory `cmds/installd/`. by Roland Levillain · 7 years ago
  82. e03e069 Merge "[view compilation] Add viewcompiler support to installd" by Mathieu Chartier · 7 years ago
  83. 370222c Revert^2 "Have installd use ART binaries from the Android Runtime APEX." by Roland Levillain · 7 years ago
  84. dc9078d Add libprocessgroup dependency and fix sched_policy include by Suren Baghdasaryan · 7 years ago
  85. 2af5e6a [view compilation] Add viewcompiler support to installd by Eric Holk · 7 years ago
  86. b3a929d Store aggregation counters for boot image profile by Calin Juravle · 7 years ago
  87. 3a77feb Revert "Have installd use ART binaries from the Android Runtime APEX." by Andreas Gampe · 7 years ago
  88. b8f50cd Have installd use ART binaries from the Android Runtime APEX. by Roland Levillain · 7 years ago
  89. 5880c03 Add dalvik.vm.dex2oat-max-image-block-size property by Mathieu Chartier · 7 years ago
  90. cc66c44 Revert "Revert "Refactor argument creation to be before the fork"" by Mathieu Chartier · 7 years ago
  91. 3163652 Revert "Refactor argument creation to be before the fork" by Mathieu Chartier · 7 years ago
  92. 62d218d Refactor argument creation to be before the fork by Mathieu Chartier · 7 years ago
  93. 9b2da08 Refactor dexopt command args by Mathieu Chartier · 7 years ago
  94. e0d64a1 Make sure to return false for empty classpath by Mathieu Chartier · 7 years ago
  95. 692bc1f Merge "Add dalvik.vm.dex2oat-resolve-startup-strings feature flag" by Mathieu Chartier · 7 years ago
  96. 954cf64 [installd] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  97. f208828 Add dalvik.vm.dex2oat-resolve-startup-strings feature flag by Mathieu Chartier · 7 years ago
  98. 1752a11 Remove PIC option from oat files. by Vladimir Marko · 7 years ago
  99. 07031ce Merge "Fix SEGFAULT in profman" am: 037b50ec79 by Calin Juravle · 7 years ago
  100. a30265a Fix SEGFAULT in profman by Calin Juravle · 7 years ago