1. 023b224 Installd: Add error message to dexopt by Andreas Gampe · 7 years ago
  2. d32eec2 ART: Fix LOG_FATAL by Andreas Gampe · 7 years ago
  3. 1ebe77f Use absolute paths in tests. by Jeff Sharkey · 7 years ago
  4. f6a93b1 Installd: Add context to test errors by Andreas Gampe · 7 years ago
  5. a92749e Merge "have patchoat take directories instead of filenames" by Treehugger Robot · 7 years ago
  6. 2efc402 [installd] Pass --compilation-reason to dex2oat by Calin Juravle · 7 years ago
  7. 0c609c2 Fix otapreopt parameters reading by Calin Juravle · 7 years ago
  8. 40b5f46 Fix profileSnapshot test in installd. by Calin Juravle · 7 years ago
  9. 5bd1c72 Allow public profile compilation for primary apks by Calin Juravle · 7 years ago
  10. 62c5a37 [installd] Pass .dm files to dexopt by Calin Juravle · 7 years ago
  11. f63d479 Replace profman invocation for prepareAppProfiles by Calin Juravle · 7 years ago
  12. 315d1f5 Refactor argument parsing in ota preopt by Calin Juravle · 7 years ago
  13. dff4729 Extract the otapreopt parameters in their own class and add tests by Calin Juravle · 7 years ago
  14. c4f6a0b Fix profile guided compilation for secondaries and add more tests by Calin Juravle · 7 years ago
  15. 0d0a492 [installd] Create profile snaphots for boot image by Calin Juravle · 7 years ago
  16. 408cd4a [installd] Extend profile operations to take the profile name by Calin Juravle · 7 years ago
  17. c3b049e [installd] Prepare profiles for app code paths by Calin Juravle · 7 years ago
  18. 824a64d Prepare installd to handle profiles per code path by Calin Juravle · 7 years ago
  19. a25d90c Add Installd IPC to compute the SHA256 of a seconday dex file. by Alan Stokes · 7 years ago
  20. 5224916 Refactor runtime hidden API flag from negative to positive by David Brazdil · 7 years ago
  21. 77c4875 have patchoat take directories instead of filenames by Chris Morin · 7 years ago
  22. 37ea948 Merge "Add new dexopt flag to control hidden API restrictions" by Treehugger Robot · 7 years ago
  23. aaf2c87 Merge "Prevent otapreopt_chroot from crashing with no arguments" by Zach Riggle · 7 years ago
  24. 7fcbb81 Add new dexopt flag to control hidden API restrictions by David Brazdil · 7 years ago
  25. 318853a Prevent otapreopt_chroot from crashing with no arguments by Zach Riggle · 7 years ago
  26. d9024ef Fix number of arguments in otapreopt v4 by David Brazdil · 7 years ago
  27. 570d398 Pass targetSdkVersion to dex2oat by David Brazdil · 7 years ago
  28. 99de516 Installd: new interface to enable apk verity by Victor Hsieh · 7 years ago
  29. 1fb463e Disable cdex for non background dexopt by Mathieu Chartier · 7 years ago
  30. b41ffcc Disable compact dex for input fd == output fd by Mathieu Chartier · 7 years ago
  31. 969e4f8 StartsWith/EndsWith allow std::string prefixes/suffixes now. by Elliott Hughes · 7 years ago
  32. c3596c3 Rename snapshotProfile to createProfileSnapshot for better consistency by Calin Juravle · 7 years ago
  33. dd2dae9 Export AIDL files as a filegroup for framework.jar by Colin Cross · 7 years ago
  34. 6f06eb6 Fixup existing profile directories during upgrades by Calin Juravle · 7 years ago
  35. d2affb8 Refactor profile dir creation by Calin Juravle · 7 years ago
  36. 2959173 Add snapshotProfile APIs to installd by Calin Juravle · 7 years ago
  37. 7d76546 Move secondary dex files processing in the app process by Calin Juravle · 7 years ago
  38. 2a2d7ba Installd: Emit minidebug-info by Andreas Gampe · 7 years ago
  39. a73a0cb Installd: Rename try_debug_for_background by Andreas Gampe · 7 years ago
  40. b6bcd22 Use fds for dexoptanalyzer from installd by Shubham Ajmera · 7 years ago
  41. a3b5ab6 Use dex2oatd when available on debug builds by David Sehr · 7 years ago
  42. 9150107 Fix argument passing to dexoptanalyzer by Calin Juravle · 7 years ago
  43. 58cab07 [installd] Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 7 years ago
  44. 172fac0 Fix bug in directory depth counting. by Jeff Sharkey · 7 years ago
  45. 7e01b2b Otapreopt: Fix property handling by Andreas Gampe · 7 years ago
  46. c1149c9 Enable clang-tidy for sensitive domain. by Jeff Sharkey · 7 years ago
  47. e2cff6a Skip children in fixupAppData() when parent shady. by Jeff Sharkey · 7 years ago
  48. ec0afbf Fix up error message in installd::prepare_app_cache_dir by Shubham Ajmera · 7 years ago
  49. dd42e27 Adjust the validation code for secondary dex paths by Calin Juravle · 7 years ago
  50. e6d7ad5 Drop capabilities in reconcileSecondaryDexFiles by Shubham Ajmera · 7 years ago
  51. e1d9b28 Change log libraries in tests to be statically linked by Arthur Eubanks · 7 years ago
  52. 4f7be17 Fix casting bug, add control for hard quotas. by Jeff Sharkey · 7 years ago
  53. 3760ad3 Change the location of current profiles for secondary dex files by Calin Juravle · 7 years ago
  54. 0e1f4ce Fix clang-tidy performance warnings in frameworks/native. by Chih-Hung Hsieh · 7 years ago
  55. e761ac3 Installd: Fix math overflow on quota calculation by Jerry Wong · 7 years ago
  56. 52c4582 Replace dexopt shared libraries with class loader context by Calin Juravle · 7 years ago
  57. 54ef862 Check dexopt needed for secondary dex while downgrading by Shubham Ajmera · 7 years ago
  58. 3f94b5e Revert "Otapreopt: Work around bug 38186355" by Andreas Gampe · 7 years ago
  59. 682e57b Clean up possible null dereference warning. by Luis A. Lozano · 7 years ago
  60. 4d03ee6 Change storage migration to use quota APIs. by Jeff Sharkey · 7 years ago
  61. f037948 Merge "Use -Werror in frameworks/native/cmds" am: afee092bee by Chih-hung Hsieh · 7 years ago
  62. 734e378 Use -Werror in frameworks/native/cmds by Chih-Hung Hsieh · 7 years ago
  63. 68ff008 Merge "Remove code_cache info from parent's inode when code_cache is removed" by Ryuki Nakamura · 7 years ago
  64. c7342f8 Remove code_cache info from parent's inode when code_cache is removed by Ryuki Nakamura · 7 years ago
  65. 85e0c9c Merge "Unconditionally unlink image." am: 74a871ae12 by Nicolas Geoffray · 7 years ago
  66. aa17ab4 Unconditionally unlink image. by Nicolas Geoffray · 7 years ago
  67. 6a9cf72 Installd: Run debug tools when using libartd by Andreas Gampe · 7 years ago
  68. f2d5d51 Installd: Run debug tools when using libartd by Andreas Gampe · 7 years ago
  69. d23dee7 Validate the size of all dex paths eagerly by Calin Juravle · 7 years ago
  70. 78f71fe Use _exit for profile copy dexopt command by Mathieu Chartier · 7 years ago
  71. 267b4fd Merge "Don't double-count external cached app data." into oc-dev am: b5a1f50f5e by Jeff Sharkey · 7 years ago
  72. c11cc1d Merge "Don't double-count external cached app data." into oc-dev am: b5a1f50f5e by Jeff Sharkey · 7 years ago
  73. 4ca8ff9 Don't double-count external cached app data. by Jeff Sharkey · 7 years ago
  74. 76689e9 Revert "Disable in-place vdex update" by Nicolas Geoffray · 7 years ago
  75. cf61460 Merge "Revert "Disable in-place vdex update"" am: 52ca987db6 am: deb23917a9 am: 3470e3e3f7 by Nicolas Geoffray · 7 years ago
  76. fd256c9 Merge "Revert "Disable in-place vdex update"" am: 52ca987db6 am: deb23917a9 by Nicolas Geoffray · 7 years ago
  77. b03814f Revert "Disable in-place vdex update" by Nicolas Geoffray · 7 years ago
  78. 3291cd9 Disable in-place vdex update by David Sehr · 7 years ago
  79. 6b26ae4 Installd: deleteOdex's outputPath can be null am: c523409f0f am: 7b28d34ee2 by Andreas Gampe · 7 years ago
  80. 7b28d34 Installd: deleteOdex's outputPath can be null am: c523409f0f by Andreas Gampe · 7 years ago
  81. 8a5a2b9 Installd: deleteOdex's outputPath can be null by Andreas Gampe · 7 years ago
  82. c523409 Installd: deleteOdex's outputPath can be null by Andreas Gampe · 7 years ago
  83. 3040d9d Delete vdex file in delete_odex. by Nicolas Geoffray · 7 years ago
  84. e2cc733 Merge "Disable in-place vdex update" am: d9917d78a0 am: 2521871a1f am: b8e9326fd8 by David Sehr · 7 years ago
  85. 8425a02 Merge "Disable in-place vdex update" am: d9917d78a0 am: 2521871a1f by David Sehr · 7 years ago
  86. 76dd2a7 Merge "Consistent "low storage" behavior." into oc-dev am: 1e4088fc68 by Jeff Sharkey · 7 years ago
  87. 666ff72 Merge "Consistent "low storage" behavior." into oc-dev am: 1e4088fc68 by Jeff Sharkey · 7 years ago
  88. 60f8a53 Consistent "low storage" behavior. by Jeff Sharkey · 7 years ago
  89. e446fed Disable in-place vdex update by David Sehr · 7 years ago
  90. f44c05f Merge "Delete vdex file in delete_odex." am: 99dedeb690 am: f6b79dd073 am: 6dc664460d by Nicolas Geoffray · 7 years ago
  91. 362e56e Merge "Delete vdex file in delete_odex." am: 99dedeb690 am: f6b79dd073 by Nicolas Geoffray · 7 years ago
  92. 192fb96 Delete vdex file in delete_odex. by Nicolas Geoffray · 7 years ago
  93. 68638b4 Merge "Newly create idmap only when it is stale" into oc-dev am: 4bf5dcce19 by Jaekyun Seok · 7 years ago
  94. 951a77b Merge "Newly create idmap only when it is stale" into oc-dev am: 4bf5dcce19 by Jaekyun Seok · 7 years ago
  95. 4bf5dcc Merge "Newly create idmap only when it is stale" into oc-dev by TreeHugger Robot · 7 years ago
  96. 5cb903e Newly create idmap only when it is stale by Jaekyun Seok · 7 years ago
  97. 528c610 Otapreopt: Add some static_asserts am: ef21fd2b6b am: 904f744dc8 by Andreas Gampe · 7 years ago
  98. 904f744 Otapreopt: Add some static_asserts am: ef21fd2b6b by Andreas Gampe · 7 years ago
  99. ef21fd2 Otapreopt: Add some static_asserts by Andreas Gampe · 7 years ago
  100. 8748ecd Merge "Delete secondary dex profiles during reconciliation" into oc-dev am: 74a812c587 by Calin Juravle · 7 years ago