1. 5a4c4e9 Update dexopt code with the new JIT zygote image. by Nicolas Geoffray · 6 years ago
  2. b05c6a5 Merge "installd: add dex2oat cpu-set system properties" by Orion Hodson · 6 years ago
  3. 4583746 installd: add dex2oat cpu-set system properties by Orion Hodson · 6 years ago
  4. 7656132 [installd] Improve profile merging error logging by Calin Juravle · 6 years ago
  5. 78728f3 Improve the handling of profile snapshot in installd by Calin Juravle · 6 years ago
  6. a64fb51 Fix BootImageProfile aggregation by Calin Juravle · 6 years ago
  7. 56701ba Merge "Remove store_aggregation_counters argument from profile merging" by Calin Juravle · 6 years ago
  8. e97261e Pass down apex image if profilebootimage is enabled by Mathieu Chartier · 6 years ago
  9. 9d25017 Remove store_aggregation_counters argument from profile merging by Calin Juravle · 6 years ago
  10. 36133d1 dexopt: Replace -Xhidden-api-checks with -Xhidden-api-policy by David Brazdil · 6 years ago
  11. 6190774 Installd: don't generate app image without reference profile by liulvping · 7 years ago
  12. 8042c37 dexopt: Avoid a couple std::string copies by Greg Kaiser · 6 years ago
  13. 4f6027a dexopt: Open class loader context dex files for dex2oat by David Brazdil · 6 years ago
  14. 019db5b Fix a typo in an error message of dexopt. by Roland Levillain · 6 years ago
  15. f74a737 Ensure we select the right execution binary for all dexopt commands by Calin Juravle · 7 years ago
  16. 95ea7b7 Merge "Use DEX2OATBOOTCLASSPATH in installd." by Nicolas Geoffray · 7 years ago
  17. ab0a190 Use DEX2OATBOOTCLASSPATH in installd. by Nicolas Geoffray · 7 years ago
  18. aaad21e Query the enable_apex_image flag from native experiment. by Nicolas Geoffray · 7 years ago
  19. ccfb3cf Revert^2: dexopt: Fix target-sdk-version argument creation by David Brazdil · 7 years ago
  20. 683f318 Merge "Revert "dexopt: Fix target-sdk-version argument creation"" by Andreas Gampe · 7 years ago
  21. 1428365 Revert "dexopt: Fix target-sdk-version argument creation" by Andreas Gampe · 7 years ago
  22. a2849b1 Merge "Add a dalvik.vm.boot-image option for zygote and installd." by Nicolas Geoffray · 7 years ago
  23. 8b3fa97 Add a dalvik.vm.boot-image option for zygote and installd. by Nicolas Geoffray · 7 years ago
  24. d458a4f dexopt: Fix target-sdk-version argument creation by David Brazdil · 7 years ago
  25. 1fea89a Clear BOOTCLASSPATH for APP AOT compilation. by Vladimir Marko · 7 years ago
  26. d41622c Add handling for PH property dex2oat_resolve_startup_strings by Mathieu Chartier · 7 years ago
  27. 1cc5de6 DO NOT MERGE: Revert "Revert "Add libprocessgroup dependency and fix sched_policy include"" by Suren Baghdasaryan · 7 years ago
  28. 415bf00 Merge "Refactor paths to Android Runtime binaries in directory `cmds/installd/`." by Roland Levillain · 7 years ago
  29. 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
  30. f145309 DO NOT MERGE: Revert "Add libprocessgroup dependency and fix sched_policy include" by Suren Baghdasaryan · 7 years ago
  31. 67a14f6 Refactor paths to Android Runtime binaries in directory `cmds/installd/`. by Roland Levillain · 7 years ago
  32. e03e069 Merge "[view compilation] Add viewcompiler support to installd" by Mathieu Chartier · 7 years ago
  33. 370222c Revert^2 "Have installd use ART binaries from the Android Runtime APEX." by Roland Levillain · 7 years ago
  34. dc9078d Add libprocessgroup dependency and fix sched_policy include by Suren Baghdasaryan · 7 years ago
  35. 2af5e6a [view compilation] Add viewcompiler support to installd by Eric Holk · 7 years ago
  36. b3a929d Store aggregation counters for boot image profile by Calin Juravle · 7 years ago
  37. 3a77feb Revert "Have installd use ART binaries from the Android Runtime APEX." by Andreas Gampe · 7 years ago
  38. b8f50cd Have installd use ART binaries from the Android Runtime APEX. by Roland Levillain · 7 years ago
  39. 5880c03 Add dalvik.vm.dex2oat-max-image-block-size property by Mathieu Chartier · 7 years ago
  40. cc66c44 Revert "Revert "Refactor argument creation to be before the fork"" by Mathieu Chartier · 7 years ago
  41. 3163652 Revert "Refactor argument creation to be before the fork" by Mathieu Chartier · 7 years ago
  42. 62d218d Refactor argument creation to be before the fork by Mathieu Chartier · 7 years ago
  43. 9b2da08 Refactor dexopt command args by Mathieu Chartier · 7 years ago
  44. e0d64a1 Make sure to return false for empty classpath by Mathieu Chartier · 7 years ago
  45. 692bc1f Merge "Add dalvik.vm.dex2oat-resolve-startup-strings feature flag" by Mathieu Chartier · 7 years ago
  46. 954cf64 [installd] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  47. f208828 Add dalvik.vm.dex2oat-resolve-startup-strings feature flag by Mathieu Chartier · 7 years ago
  48. 1752a11 Remove PIC option from oat files. by Vladimir Marko · 7 years ago
  49. 07031ce Merge "Fix SEGFAULT in profman" am: 037b50ec79 by Calin Juravle · 7 years ago
  50. a30265a Fix SEGFAULT in profman by Calin Juravle · 7 years ago
  51. eb9b71e Disable dex2oatd for release background compiles am: 31419e7ac8 by David Sehr · 7 years ago
  52. 31419e7 Disable dex2oatd for release background compiles by David Sehr · 7 years ago
  53. 3bbaed2 Always pass --dex-location to profman by Calin Juravle · 7 years ago
  54. 6e9f4df Merge "Always pass --dex-location to profman" into pi-dev am: 7be03ead4c by Calin Juravle · 7 years ago
  55. 59f7ab8 Always pass --dex-location to profman by Calin Juravle · 7 years ago
  56. cb27c34 Fix tiny typo in LOG_TAG. by Alan Stokes · 7 years ago
  57. 1dc3dfa Add flag for controling app image generation by Mathieu Chartier · 7 years ago
  58. ad45a1b Add flag for controling app image generation by Mathieu Chartier · 7 years ago
  59. 351bc94 Add new dexopt flag to control CompactDex generation by Mathieu Chartier · 8 years ago
  60. f69c2f7 Add new dexopt flag to control CompactDex generation by Mathieu Chartier · 8 years ago
  61. e87fe0a Installd: Check for dex2oatd before running it by Andreas Gampe · 8 years ago
  62. 3008bbe Installd: Amend dexopt binder logging by Andreas Gampe · 8 years ago
  63. 194fe42 Installd: Amend dexopt binder logging by Andreas Gampe · 8 years ago
  64. fa2dadd Installd: Amend dexopt binder logging by Andreas Gampe · 8 years ago
  65. 023b224 Installd: Add error message to dexopt by Andreas Gampe · 8 years ago
  66. d32eec2 ART: Fix LOG_FATAL by Andreas Gampe · 8 years ago
  67. 2efc402 [installd] Pass --compilation-reason to dex2oat by Calin Juravle · 8 years ago
  68. 5bd1c72 Allow public profile compilation for primary apks by Calin Juravle · 8 years ago
  69. 62c5a37 [installd] Pass .dm files to dexopt by Calin Juravle · 8 years ago
  70. f63d479 Replace profman invocation for prepareAppProfiles by Calin Juravle · 8 years ago
  71. c4f6a0b Fix profile guided compilation for secondaries and add more tests by Calin Juravle · 8 years ago
  72. 0d0a492 [installd] Create profile snaphots for boot image by Calin Juravle · 8 years ago
  73. 408cd4a [installd] Extend profile operations to take the profile name by Calin Juravle · 8 years ago
  74. c3b049e [installd] Prepare profiles for app code paths by Calin Juravle · 8 years ago
  75. 824a64d Prepare installd to handle profiles per code path by Calin Juravle · 8 years ago
  76. a25d90c Add Installd IPC to compute the SHA256 of a seconday dex file. by Alan Stokes · 8 years ago
  77. 5224916 Refactor runtime hidden API flag from negative to positive by David Brazdil · 8 years ago
  78. 7fcbb81 Add new dexopt flag to control hidden API restrictions by David Brazdil · 8 years ago
  79. 570d398 Pass targetSdkVersion to dex2oat by David Brazdil · 8 years ago
  80. 1fb463e Disable cdex for non background dexopt by Mathieu Chartier · 8 years ago
  81. b41ffcc Disable compact dex for input fd == output fd by Mathieu Chartier · 8 years ago
  82. 969e4f8 StartsWith/EndsWith allow std::string prefixes/suffixes now. by Elliott Hughes · 8 years ago
  83. c3596c3 Rename snapshotProfile to createProfileSnapshot for better consistency by Calin Juravle · 8 years ago
  84. 2959173 Add snapshotProfile APIs to installd by Calin Juravle · 8 years ago
  85. 7d76546 Move secondary dex files processing in the app process by Calin Juravle · 8 years ago
  86. 2a2d7ba Installd: Emit minidebug-info by Andreas Gampe · 8 years ago
  87. a73a0cb Installd: Rename try_debug_for_background by Andreas Gampe · 8 years ago
  88. b6bcd22 Use fds for dexoptanalyzer from installd by Shubham Ajmera · 8 years ago
  89. a3b5ab6 Use dex2oatd when available on debug builds by David Sehr · 8 years ago
  90. 9150107 Fix argument passing to dexoptanalyzer by Calin Juravle · 8 years ago
  91. 58cab07 [installd] Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 8 years ago
  92. c1149c9 Enable clang-tidy for sensitive domain. by Jeff Sharkey · 8 years ago
  93. dd42e27 Adjust the validation code for secondary dex paths by Calin Juravle · 8 years ago
  94. e6d7ad5 Drop capabilities in reconcileSecondaryDexFiles by Shubham Ajmera · 8 years ago
  95. 3760ad3 Change the location of current profiles for secondary dex files by Calin Juravle · 8 years ago
  96. 52c4582 Replace dexopt shared libraries with class loader context by Calin Juravle · 8 years ago
  97. 54ef862 Check dexopt needed for secondary dex while downgrading by Shubham Ajmera · 8 years ago
  98. 85e0c9c Merge "Unconditionally unlink image." am: 74a871ae12 by Nicolas Geoffray · 8 years ago
  99. aa17ab4 Unconditionally unlink image. by Nicolas Geoffray · 8 years ago
  100. 6a9cf72 Installd: Run debug tools when using libartd by Andreas Gampe · 8 years ago