1. 2fb74d3 Fix location of guest libraries on translated archs by dimitry · 5 years ago
  2. f03b151 Allow linking to libicuuc.so and libicui18n.so from executable in /data by Victor Chang · 5 years ago
  3. 0dc93b1 ART: Run bpfmt over ART's blueprint files by Andreas Gampe · 5 years ago
  4. 917cfdb Fix build rules. by Nicolas Geoffray · 5 years ago
  5. 8ba0888 Reland: Make default namespace an "alias" for runtime rather than the other by Martin Stjernholm · 5 years ago
  6. 356864a Add libdexfiled_external to the debug Runtime APEX. by Martin Stjernholm · 5 years ago
  7. 916b426 Revert "Make default namespace an "alias" for runtime rather than the other way" by Martin Stjernholm · 5 years ago
  8. c36a8cc Handle empty uncompressed and aligned dex file in an archive. by Nicolas Geoffray · 5 years ago
  9. 5fe1b23 Make default namespace an "alias" for runtime rather than the other way around. by Martin Stjernholm · 5 years ago
  10. 4160c12 Update TODO for the lib/arm(64) subdirectories. by Martin Stjernholm · 5 years ago
  11. 2e2c45e Plumb tombstoned connections through PALette. by Martin Stjernholm · 5 years ago
  12. 3b19de2 Fix oatdump_test build dependencies. by David Srbecky · 5 years ago
  13. a4469ef Describe the reason for the allow_all_shared_libs to the platform namespace by Martin Stjernholm · 5 years ago
  14. 408f7d0 Add libc_malloc_debug and _hooks to the runtime APEX by Jiyong Park · 5 years ago
  15. 3e8aae0 Fix dex location of boot oat files during preopt by David Brazdil · 5 years ago
  16. 586e37b ART: Add jars to boot integrity by Andreas Gampe · 5 years ago
  17. 926c5f0 Update TODO for libcutils dependency. by Martin Stjernholm · 5 years ago
  18. 77f1766 Move dexdiag out of the release APEX, to avoid dependencies on by Martin Stjernholm · 5 years ago
  19. 4f215d1 Rename dexdump2 to dexdump by David Sehr · 5 years ago
  20. 42edf77 We no longer depend on libutils. by Martin Stjernholm · 5 years ago
  21. 84a32cd Exclude internal dependencies ASAN might add. by Martin Stjernholm · 5 years ago
  22. 023c218 Clean up APEX library lists. by Martin Stjernholm · 5 years ago
  23. 3940254 Modernise code to use override specifier by Yi Kong · 5 years ago
  24. 0841735 Use tidy_checks_as_errors blueprint field instead of manually setting --warnings-as-errors by Nikita Ioffe · 5 years ago
  25. c17ace2 Rename various functions for consistency and clarity. by Martin Stjernholm · 5 years ago
  26. 2bcea18 Add another ASAN variant of libclang_rt that is causing test failure. by Martin Stjernholm · 5 years ago
  27. 4b63d97 Remove links to libart(d).so from the platform namespace. by Martin Stjernholm · 5 years ago
  28. d53f606 Partially disable building ART for host on Mac. by David Srbecky · 5 years ago
  29. 1617f8c Mention `standalone-apex-files` in the Runtime APEX build rules. by Roland Levillain · 5 years ago
  30. 5cb98a9 ART: change art-tools be host-only by Orion Hodson · 5 years ago
  31. 79f5662 Tighten native API surface. by Pete Bentley · 5 years ago
  32. d27e60a Add another library that appears on branch git_master_asan_cf_throttled, by Martin Stjernholm · 5 years ago
  33. b81fe23 Make libvixl dependency optional since it only exists on some architectures. by Martin Stjernholm · 5 years ago
  34. 2babede Implement file absence checks in art_apex_test.py. by Martin Stjernholm · 5 years ago
  35. 336245d Fix art/build/apex/runtests.sh's usage command. by Roland Levillain · 5 years ago
  36. 02998cf Add `oatdump` and ART tools to the Release Runtime APEX package. by Roland Levillain · 5 years ago
  37. 975b774 Fix two_runtimes_test dependencies. by Nicolas Geoffray · 5 years ago
  38. 4cb26ac ART: Change signature file derivation by Andreas Gampe · 5 years ago
  39. 0985eb1 ART: Emit minidebug-info in preinstall by Andreas Gampe · 5 years ago
  40. 6c5ed85 Build all APEXes at once, to reduce build startup time. by Martin Stjernholm · 5 years ago
  41. 26a5dd6 Add support for ANDROID_TZDATA_ROOT by Neil Fuller · 5 years ago
  42. 7dd0f0f ART: Fix art_apex_test --tree by Andreas Gampe · 5 years ago
  43. 94b6c34 Don't bind-mount bionic files by Jiyong Park · 5 years ago
  44. a5c3a80 hiddenapi domain: Use oat dex file location if available by David Brazdil · 5 years ago
  45. 5797568 ART: Boot integrity checks for dalvik cache by Andreas Gampe · 5 years ago
  46. 4e91ee9 Fix pylint warnings in art_apex_test by Luca Stefani · 5 years ago
  47. da5f83d ART: APEX post-install check fsverity by Andreas Gampe · 5 years ago
  48. 29c111e ART: ART pre-install system-server by Andreas Gampe · 5 years ago
  49. 5bb525a ART: APEX post-install hook by Andreas Gampe · 5 years ago
  50. 2d68fc2 ART: Add fsverity to ART preinstall by Andreas Gampe · 5 years ago
  51. 31782c1 ART: APEX pre-install hook by Andreas Gampe · 5 years ago
  52. 9b7afcc Remove a fixed TODO. by Martin Stjernholm · 5 years ago
  53. d736ebc Test that debugging related libraries are in apexs. by Alex Light · 5 years ago
  54. e55ea98 ART: Add apex defaults by Andreas Gampe · 5 years ago
  55. c822590 Merge "Export liblog for conscrypt namespace" by Tom Cherry · 5 years ago
  56. a144c27 Add ART_DEXPREOPT_BOOT_JAR_DIR. by Nicolas Geoffray · 5 years ago
  57. 0faaf9c Merge "Fix missing entry for the static libdexfile_support test in the gtest list." by Treehugger Robot · 5 years ago
  58. 6686f3c Export liblog for conscrypt namespace by Tom Cherry · 5 years ago
  59. 70ae00d Fix missing entry for the static libdexfile_support test in the gtest list. by Martin Stjernholm · 5 years ago
  60. 9dcc073 Merge "Add libicuuc, libicui18n, libandroidicu, libpac to APEX" by vichang · 5 years ago
  61. 2f0008a Add libicuuc, libicui18n, libandroidicu, libpac to APEX by Victor Chang · 5 years ago
  62. 71faa00 Merge "Workaround for "required" dependencies not being followed in APEXes." by Martin Stjernholm · 5 years ago
  63. 0c15b82 Workaround for "required" dependencies not being followed in APEXes. by Martin Stjernholm · 5 years ago
  64. e961855 Sign each APEX with different container certificate by Jiyong Park · 5 years ago
  65. f09a3c3 Merge "Use OnceKey in art.go" by Colin Cross · 5 years ago
  66. 72c403b Merge "Remove typo'd variables" by Treehugger Robot · 5 years ago
  67. 40b28aa Remove typo'd variables by Colin Cross · 5 years ago
  68. a0b1903 Rename variable containing Core Java libraries in build/apex/Android.bp. by Roland Levillain · 5 years ago
  69. 61a9328 Merge changes from topic "art-enable-apex-libs" by Treehugger Robot · 5 years ago
  70. 6585ecb Add libartd-disassembler to com.android.runtime.host by Alex Light · 5 years ago
  71. 0239f2f Change com.android.runtime.host to be an installable test_apex by Alex Light · 5 years ago
  72. 5d3ac96 Merge "Update zipapex tests to run fully out of the zipapex" by Alex Light · 5 years ago
  73. 84bf698 Revert^2 "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX." by Martin Stjernholm · 5 years ago
  74. c2f8b50 Add remaining libnative* libs to the Runtime APEX. by Martin Stjernholm · 5 years ago
  75. b81d22d Use OnceKey in art.go by Colin Cross · 5 years ago
  76. f7f3152 Update zipapex tests to run fully out of the zipapex by Alex Light · 5 years ago
  77. 8197e77 Merge "Reland: "ART: Hook Runtime APEX checker into build"" by Treehugger Robot · 5 years ago
  78. 676e00a Merge "hiddenapi: Fix class hierarchy traversal" by David Brazdil · 5 years ago
  79. 1410e9f Reland: "ART: Hook Runtime APEX checker into build" by Jiyong Park · 5 years ago
  80. edd9639 Merge "Revert "ART: Hook Runtime APEX checker into build"" by Andreas Gampe · 5 years ago
  81. 9ba8a87 Revert "ART: Hook Runtime APEX checker into build" by Andreas Gampe · 5 years ago
  82. 81ffeb8 Merge "ART: Hook Runtime APEX checker into build" by Andreas Gampe · 5 years ago
  83. 7e7ab23 Revert "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX." by Martin Stjernholm · 5 years ago
  84. d9e2216 ART: Hook Runtime APEX checker into build by Andreas Gampe · 5 years ago
  85. 2da3cbb hiddenapi: Fix class hierarchy traversal by David Brazdil · 5 years ago
  86. c76f9b7 Merge "ART: Split up bitness-dependent checks in apex checker" by Andreas Gampe · 5 years ago
  87. fe1b65b Merge changes Ie83995fe,I6442fdf2 by Andreas Gampe · 5 years ago
  88. b12a45d Merge "Include libc in com.android.runtime.host when linux_bionic" by Treehugger Robot · 5 years ago
  89. eb555b8 ART: Split up bitness-dependent checks in apex checker by Andreas Gampe · 5 years ago
  90. 9dc4b05 ART: Refactor runtime apex checker by Andreas Gampe · 5 years ago
  91. 0912395 ART: Add host apex provider and move all testing by Andreas Gampe · 5 years ago
  92. 01dfb93 Merge "Export libjavacore into the conscrypt linker namespace." by Treehugger Robot · 5 years ago
  93. 55a9bad Include libc in com.android.runtime.host when linux_bionic by Alex Light · 5 years ago
  94. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 5 years ago
  95. 9326ce8 Merge "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX." by Martin Stjernholm · 5 years ago
  96. dc3d587 Export libjavacore into the conscrypt linker namespace. by Pete Bentley · 5 years ago
  97. b4113e3 ART: Remove hidden metricslogger dependencies by Orion Hodson · 5 years ago
  98. 7495f4a Merge "Add /bionic/lib to the permitted paths." by Treehugger Robot · 5 years ago
  99. c38948a Merge "Include BCP jar files in com.android.runtime.host" by Treehugger Robot · 5 years ago
  100. a6ea602 Include BCP jar files in com.android.runtime.host by Alex Light · 5 years ago