1. 42edf77 We no longer depend on libutils. by Martin Stjernholm · 5 years ago
  2. 84a32cd Exclude internal dependencies ASAN might add. by Martin Stjernholm · 5 years ago
  3. 023c218 Clean up APEX library lists. by Martin Stjernholm · 5 years ago
  4. c17ace2 Rename various functions for consistency and clarity. by Martin Stjernholm · 5 years ago
  5. 2bcea18 Add another ASAN variant of libclang_rt that is causing test failure. by Martin Stjernholm · 5 years ago
  6. 4b63d97 Remove links to libart(d).so from the platform namespace. by Martin Stjernholm · 5 years ago
  7. 1617f8c Mention `standalone-apex-files` in the Runtime APEX build rules. by Roland Levillain · 5 years ago
  8. 5cb98a9 ART: change art-tools be host-only by Orion Hodson · 5 years ago
  9. 79f5662 Tighten native API surface. by Pete Bentley · 5 years ago
  10. d27e60a Add another library that appears on branch git_master_asan_cf_throttled, by Martin Stjernholm · 5 years ago
  11. b81fe23 Make libvixl dependency optional since it only exists on some architectures. by Martin Stjernholm · 5 years ago
  12. 2babede Implement file absence checks in art_apex_test.py. by Martin Stjernholm · 5 years ago
  13. 336245d Fix art/build/apex/runtests.sh's usage command. by Roland Levillain · 5 years ago
  14. 02998cf Add `oatdump` and ART tools to the Release Runtime APEX package. by Roland Levillain · 5 years ago
  15. 4cb26ac ART: Change signature file derivation by Andreas Gampe · 5 years ago
  16. 0985eb1 ART: Emit minidebug-info in preinstall by Andreas Gampe · 5 years ago
  17. 6c5ed85 Build all APEXes at once, to reduce build startup time. by Martin Stjernholm · 5 years ago
  18. 7dd0f0f ART: Fix art_apex_test --tree by Andreas Gampe · 5 years ago
  19. 94b6c34 Don't bind-mount bionic files by Jiyong Park · 5 years ago
  20. 5797568 ART: Boot integrity checks for dalvik cache by Andreas Gampe · 5 years ago
  21. 4e91ee9 Fix pylint warnings in art_apex_test by Luca Stefani · 5 years ago
  22. da5f83d ART: APEX post-install check fsverity by Andreas Gampe · 5 years ago
  23. 29c111e ART: ART pre-install system-server by Andreas Gampe · 5 years ago
  24. 5bb525a ART: APEX post-install hook by Andreas Gampe · 5 years ago
  25. 2d68fc2 ART: Add fsverity to ART preinstall by Andreas Gampe · 5 years ago
  26. 31782c1 ART: APEX pre-install hook by Andreas Gampe · 6 years ago
  27. 9b7afcc Remove a fixed TODO. by Martin Stjernholm · 5 years ago
  28. d736ebc Test that debugging related libraries are in apexs. by Alex Light · 5 years ago
  29. e55ea98 ART: Add apex defaults by Andreas Gampe · 5 years ago
  30. c822590 Merge "Export liblog for conscrypt namespace" by Tom Cherry · 5 years ago
  31. 6686f3c Export liblog for conscrypt namespace by Tom Cherry · 5 years ago
  32. 9dcc073 Merge "Add libicuuc, libicui18n, libandroidicu, libpac to APEX" by vichang · 5 years ago
  33. 2f0008a Add libicuuc, libicui18n, libandroidicu, libpac to APEX by Victor Chang · 6 years ago
  34. 71faa00 Merge "Workaround for "required" dependencies not being followed in APEXes." by Martin Stjernholm · 5 years ago
  35. 0c15b82 Workaround for "required" dependencies not being followed in APEXes. by Martin Stjernholm · 5 years ago
  36. e961855 Sign each APEX with different container certificate by Jiyong Park · 5 years ago
  37. a0b1903 Rename variable containing Core Java libraries in build/apex/Android.bp. by Roland Levillain · 6 years ago
  38. 61a9328 Merge changes from topic "art-enable-apex-libs" by Treehugger Robot · 6 years ago
  39. 6585ecb Add libartd-disassembler to com.android.runtime.host by Alex Light · 6 years ago
  40. 0239f2f Change com.android.runtime.host to be an installable test_apex by Alex Light · 6 years ago
  41. 5d3ac96 Merge "Update zipapex tests to run fully out of the zipapex" by Alex Light · 6 years ago
  42. 84bf698 Revert^2 "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX." by Martin Stjernholm · 6 years ago
  43. c2f8b50 Add remaining libnative* libs to the Runtime APEX. by Martin Stjernholm · 6 years ago
  44. f7f3152 Update zipapex tests to run fully out of the zipapex by Alex Light · 6 years ago
  45. 8197e77 Merge "Reland: "ART: Hook Runtime APEX checker into build"" by Treehugger Robot · 6 years ago
  46. 1410e9f Reland: "ART: Hook Runtime APEX checker into build" by Jiyong Park · 6 years ago
  47. edd9639 Merge "Revert "ART: Hook Runtime APEX checker into build"" by Andreas Gampe · 6 years ago
  48. 9ba8a87 Revert "ART: Hook Runtime APEX checker into build" by Andreas Gampe · 6 years ago
  49. 81ffeb8 Merge "ART: Hook Runtime APEX checker into build" by Andreas Gampe · 6 years ago
  50. 7e7ab23 Revert "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX." by Martin Stjernholm · 6 years ago
  51. d9e2216 ART: Hook Runtime APEX checker into build by Andreas Gampe · 6 years ago
  52. c76f9b7 Merge "ART: Split up bitness-dependent checks in apex checker" by Andreas Gampe · 6 years ago
  53. fe1b65b Merge changes Ie83995fe,I6442fdf2 by Andreas Gampe · 6 years ago
  54. b12a45d Merge "Include libc in com.android.runtime.host when linux_bionic" by Treehugger Robot · 6 years ago
  55. eb555b8 ART: Split up bitness-dependent checks in apex checker by Andreas Gampe · 6 years ago
  56. 9dc4b05 ART: Refactor runtime apex checker by Andreas Gampe · 6 years ago
  57. 0912395 ART: Add host apex provider and move all testing by Andreas Gampe · 6 years ago
  58. 01dfb93 Merge "Export libjavacore into the conscrypt linker namespace." by Treehugger Robot · 6 years ago
  59. 55a9bad Include libc in com.android.runtime.host when linux_bionic by Alex Light · 6 years ago
  60. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 6 years ago
  61. 9326ce8 Merge "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX." by Martin Stjernholm · 6 years ago
  62. dc3d587 Export libjavacore into the conscrypt linker namespace. by Pete Bentley · 6 years ago
  63. 7495f4a Merge "Add /bionic/lib to the permitted paths." by Treehugger Robot · 6 years ago
  64. c38948a Merge "Include BCP jar files in com.android.runtime.host" by Treehugger Robot · 6 years ago
  65. a6ea602 Include BCP jar files in com.android.runtime.host by Alex Light · 6 years ago
  66. 23b2704 Switch from version script to APEX stubs for libdexfile_external and add it by Martin Stjernholm · 6 years ago
  67. deb9c01 Merge "ART: Move target APEX checks" by Treehugger Robot · 6 years ago
  68. dab9128 Merge "ART: Add symlink support to ART APEX checker" by Treehugger Robot · 6 years ago
  69. 7ac1bb2 Merge changes I96070426,I7db26f2c by Treehugger Robot · 6 years ago
  70. e6e01a0 Revert "ART: introduce PALette abstraction layer" by Orion Hodson · 6 years ago
  71. 2c1ed7b Fix tests in apex runtests.sh by Nicolas Geoffray · 6 years ago
  72. 923a736 Add /bionic/lib to the permitted paths. by Jiyong Park · 6 years ago
  73. 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 6 years ago
  74. a0242cf ART: Move target APEX checks by Andreas Gampe · 6 years ago
  75. 797826d ART: Add symlink support to ART APEX checker by Andreas Gampe · 6 years ago
  76. b1d5567 Revert^2 "ART: Add list and tree modes to apex checker" by Andreas Gampe · 6 years ago
  77. 2c846cd Revert^2 "ART: Add python+debugfs based ART APEX checker" by Andreas Gampe · 6 years ago
  78. 80d2da9 Merge "Revert "ART: Add python+debugfs based ART APEX checker"" by Andreas Gampe · 6 years ago
  79. f36079a Revert "ART: Add python+debugfs based ART APEX checker" by Andreas Gampe · 6 years ago
  80. 705bb73 Merge "Revert "ART: Add list and tree modes to apex checker"" by Andreas Gampe · 6 years ago
  81. 482ee53 Revert "ART: Add list and tree modes to apex checker" by Andreas Gampe · 6 years ago
  82. e87aa83 Merge "ART: Add list and tree modes to apex checker" by Andreas Gampe · 6 years ago
  83. cdd71cf Merge "ART: Add python+debugfs based ART APEX checker" by Andreas Gampe · 6 years ago
  84. f6eb989 Merge "Update apex rules for dex2oatd" by Alex Light · 6 years ago
  85. 7eaf9f9 ART: Add list and tree modes to apex checker by Andreas Gampe · 6 years ago
  86. a6852d3 ART: Add python+debugfs based ART APEX checker by Andreas Gampe · 6 years ago
  87. 4271e9f Fix braino in ld config of runtime apex. by Nicolas Geoffray · 6 years ago
  88. 0518af4 Merge "Add the 'runtime' namespace." by Nicolas Geoffray · 6 years ago
  89. c91d56d Merge "Move remaining libcore JNI libraries to APEX." by Nicolas Geoffray · 6 years ago
  90. 584bebe Add the 'runtime' namespace. by Nicolas Geoffray · 6 years ago
  91. 4ce7775 Merge "Add read-only option to guestfs mount." by Treehugger Robot · 6 years ago
  92. 51ffdbe Move remaining libcore JNI libraries to APEX. by Pete Bentley · 6 years ago
  93. 3aac63b Merge "Revert "Revert "Include core library jars in runtime apex.""" by Nicolas Geoffray · 6 years ago
  94. ca0f7ba Add read-only option to guestfs mount. by Pete Bentley · 6 years ago
  95. bc3c102 Remove libjavacrypto from Runtime APEX as not required. by Pete Bentley · 6 years ago
  96. cc64d08 Revert "Revert "Include core library jars in runtime apex."" by Nicolas Geoffray · 6 years ago
  97. 9fc9cf3 Merge "Revert "Include core library jars in runtime apex."" by Dan Albert · 6 years ago
  98. 8828ddf Revert "Include core library jars in runtime apex." by Nicolas Geoffray · 6 years ago
  99. 572a096 Update apex rules for dex2oatd by Alex Light · 6 years ago
  100. bf36682 Merge "Include core library jars in runtime apex." by Nicolas Geoffray · 6 years ago