1. 7957592 Ensure the ART binary is present on PATH. by Martin Stjernholm · 3 years ago
  2. 6c61af8 Get rid of dependencies on /system/bin ART binary compat symlinks. by Martin Stjernholm · 3 years ago
  3. 8c7e219 Add shebang to the art script. by Martin Stjernholm · 4 years, 6 months ago
  4. 03a322d Fix boot.art boot class path for golem by David Srbecky · 4 years, 7 months ago
  5. d20e51d "Move ICU from ART APEX to i18n APEX" Attempt 2 by Victor Chang · 4 years, 8 months ago
  6. 256c0f6 art script: generate app image for profile filters by Eric Holk · 4 years, 8 months ago
  7. 3e07681 Use -f instead of -e. by Nicolas Geoffray · 4 years, 8 months ago
  8. d5c1d8a Fix art script and golem builds with conscrypt. by Nicolas Geoffray · 4 years, 8 months ago
  9. ec64f20 Cleanup build rules for faster golem builds. by Nicolas Geoffray · 4 years, 8 months ago
  10. 5055e66 Fix bootclasspath setup for target in tools/art script. by David Srbecky · 4 years, 8 months ago
  11. 745e45d By default, don't use a bitness suffix for ART. by Nicolas Geoffray · 4 years, 8 months ago
  12. b0c6cb5 Fix logic to find dex2oat. by Nicolas Geoffray · 4 years, 8 months ago
  13. 31e0dc2 Remove -testdex variants of bootclasspath jars. by Nicolas Geoffray · 4 years, 9 months ago
  14. e58624f Various renames following the name change from "Runtime APEX" to "ART APEX". by Martin Stjernholm · 5 years ago
  15. ad909af Update references to the ART APEX. by Martin Stjernholm · 5 years ago
  16. 759845f Separate ICU4J from core-libart by Victor Chang · 5 years ago
  17. 6461124 Remove icu .dat file from Runtime module by Victor Chang · 5 years ago
  18. 2cd9437 Remove `ANDROID_TZDATA_ROOT` overriding logic on device in `art` script. by Roland Levillain · 5 years ago
  19. 72f6774 Use flattened Runtime APEX contents in ART chroot-based device testing. by Roland Levillain · 6 years ago
  20. 90ffe12 Add sim of time zone data module files for target by Neil Fuller · 6 years ago
  21. 26a5dd6 Add support for ANDROID_TZDATA_ROOT by Neil Fuller · 6 years ago
  22. f66980d Merge "Remove core-simple from the boot classpath" by Neil Fuller · 6 years ago
  23. 4280752 Have the `art` script honor a pre-set `ANDROID_RUNTIME_ROOT`. by Roland Levillain · 6 years ago
  24. b4a70ce Remove core-simple from the boot classpath by Neil Fuller · 6 years ago
  25. 70cbbe9 Fix typo in art script. by Nicolas Geoffray · 6 years ago
  26. 57b96f5 Merge "Fix braino in ART script." by Nicolas Geoffray · 6 years ago
  27. 0163134 Define `ANDROID_RUNTIME_ROOT` as `$ANDROID_ROOT` on target in the `art` script. by Roland Levillain · 6 years ago
  28. d41f64c Fix braino in ART script. by Nicolas Geoffray · 6 years ago
  29. bf68e57 Revert "Move conscrypt back to core image to unblock Golem." by Vladimir Marko · 6 years ago
  30. 26c4377 Add support for ANDROID_RUNTIME_ROOT variable by Neil Fuller · 6 years ago
  31. b487c57 Revert "Add a --toybox-path option to the art script." by Nicolas Geoffray · 6 years ago
  32. 4b1c75d Add a --toybox-path option to the art script. by Nicolas Geoffray · 6 years ago
  33. f983c73 Add a --no-compile option to the art script and use it for jdwp. by Nicolas Geoffray · 6 years ago
  34. 6b09b39 Address feedback on art script. by Nicolas Geoffray · 6 years ago
  35. 810a100 Pass LD_LIBRARY_PATH when involking dalvikvm for getting the ISA. by Nicolas Geoffray · 6 years ago
  36. 686801f Fix two mistakes in art script rewrite. by Nicolas Geoffray · 6 years ago
  37. 335c4ce Invoke dex2at before invoking art. by Nicolas Geoffray · 6 years ago
  38. 0dcb17f Tweak the "art --perf" helper command. by David Srbecky · 6 years ago
  39. a4817fb Make 'art' tool default to passing -XjdwpProvider:none by Alex Light · 7 years ago
  40. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 7 years ago
  41. 8b362a8 Revert "Remove support for Valgrind in ART." by Andreas Gampe · 7 years ago
  42. 8268cb6 Remove support for Valgrind in ART. by Roland Levillain · 7 years ago
  43. e478ed9 Merge "Add support for using 'art' tools with gdbserver" by Alex Light · 7 years ago
  44. 84b92e0 Add support for using 'art' tools with gdbserver by Alex Light · 7 years ago
  45. ffda8b8 Don't log INFO logs with the art script. by Nicolas Geoffray · 7 years ago
  46. c0c0785 Add an option to the art script to not cleanup. by Nicolas Geoffray · 7 years ago
  47. 162a570 Revert "Revert "Revert "Revert "tools: Fix art script to delete OAT files before running dalvikvm"""" by Nicolas Geoffray · 7 years ago
  48. 933692d Revert "Revert "Revert "tools: Fix art script to delete OAT files before running dalvikvm""" by Nicolas Geoffray · 7 years ago
  49. 67ca49c Revert "Revert "tools: Fix art script to delete OAT files before running dalvikvm"" by Igor Murashkin · 7 years ago
  50. 800421b Revert "tools: Fix art script to delete OAT files before running dalvikvm" by Igor Murashkin · 7 years ago
  51. ad35190 tools: Fix art script to delete OAT files before running dalvikvm by Igor Murashkin · 7 years ago
  52. d54ac26 tools: art script fix for spuriously creating "{arm,arm64,mips,mips64,x86,x86_64}" directory by Igor Murashkin · 7 years ago
  53. 1194244 tools: Do not pass "&>" to dalvikvm when running art --profile by Igor Murashkin · 7 years ago
  54. 7fef4eb tools: Fix art script to run from adb shell interactively by Igor Murashkin · 7 years ago
  55. afd44ea tools: Use single-quotes for argument escaping in "art" script. by Vladimir Marko · 7 years ago
  56. 1c5b42f ART: Add support for runtime debug checks by Andreas Gampe · 8 years ago
  57. 49cda06 Rename and obsolete compiler filter names. by Nicolas Geoffray · 8 years ago
  58. 9d7baf4 Revert "Invoke dex2oat explictly before dalvikvm" by Nicolas Geoffray · 8 years ago
  59. 4806f7a Invoke dex2oat explictly before dalvikvm by Calin Juravle · 8 years ago
  60. 9db22e8 Dump profile logs after the last save by Calin Juravle · 8 years ago
  61. 9763f2e Revert^2 "Improve user-friendliness of art script." by Orion Hodson · 8 years ago
  62. 64f45cb Add --profile mode to the art script by Calin Juravle · 8 years ago
  63. f769461 Don't call realpath on a file that may not exist. by Nicolas Geoffray · 8 years ago
  64. b76bc78 Revert "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC.""" by Nicolas Geoffray · 8 years ago
  65. 8522758 Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC."" by Hiroshi Yamauchi · 8 years ago
  66. 9b5515e Re-apply "Cleanup run-test and Makefile around boot image and PIC." by Nicolas Geoffray · 8 years ago
  67. 1ba223b Squashed commit of the following: by Nicolas Geoffray · 8 years ago
  68. 4bd3d6b Merge "Cleanup run-test and Makefile around boot image and PIC." by Nicolas Geoffray · 8 years ago
  69. 8c9ccac Cleanup run-test and Makefile around boot image and PIC. by Nicolas Geoffray · 8 years ago
  70. 8da4977 Add -g to art script --perf-report by Mathieu Chartier · 8 years ago
  71. dba4fe7 Pass --generate-debug-info only when --perf is passed. by Nicolas Geoffray · 9 years ago
  72. 1e085f0 Use optimizing's pic boot image in art script. by Nicolas Geoffray · 9 years ago
  73. fdaeee1 Pass LD_USE_LOAD_BIAS to the art script. by Nicolas Geoffray · 10 years ago
  74. 8363c77 Add --generate-debug-info flag and remove the other two flags. by David Srbecky · 10 years ago
  75. 6b45fd2 No need to relocate the core image for the art script. by Nicolas Geoffray · 10 years ago
  76. 4f7fdd2 Make tests assume ANDROID_ROOT is not /system. by Nicolas Geoffray · 10 years ago
  77. c0bbc88 ART: Allow multiple invoke-with for art script by Andreas Gampe · 10 years ago
  78. e099a61 Un-break --perf option to the art art script. by Nicolas Geoffray · 10 years ago
  79. 70a998c Make script suitable for vogar use on device. by Nicolas Geoffray · 10 years ago
  80. aa98061 Add perf option to art tool by Calin Juravle · 10 years ago
  81. 87bb26f Remove art-* targets in favor of build-art-* targets. by Brian Carlstrom · 10 years ago
  82. f63a0a5 Clean-up and make the art script usable on target. by Nicolas Geoffray · 10 years ago
  83. 689c3bb Make tools/art non-executable by Alex Light · 10 years ago
  84. 6354bb8 Fix art script for 'clean' environments. by Nicolas Geoffray · 10 years ago
  85. fc3c67a Fix art-host rule and art script after build changes. by Nicolas Geoffray · 10 years ago
  86. f5656ce Fix the tools/art script about the ISA-specific dalvik cache. by Hiroshi Yamauchi · 11 years ago
  87. 89c4e28 Art script: Use PWD for android-data and cleanup after running. by Nicolas Geoffray · 11 years ago
  88. d2f6f77 ART change: Script is using function(), which is bash specific. by Nicolas Geoffray · 11 years ago
  89. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  90. 97f4489 Revert "Revert "Revert "Add a script for running art standalone.""" by Ian Rogers · 11 years ago
  91. 4b23250 Revert "Revert "Add a script for running art standalone."" by Nicolas Geoffray · 11 years ago
  92. 41dcb9f Revert "Add a script for running art standalone." by Brian Carlstrom · 11 years ago
  93. 1f5a90f Add a script for running art standalone. by Nicolas Geoffray · 11 years ago
  94. fa42b44 Move to new art dalvikvm by Brian Carlstrom · 12 years ago
  95. 7675e16 Rename art-cache to dalvik-cache by Brian Carlstrom · 12 years ago
  96. addf1a8 Fix the last failing host -Xint JDWP test. by Elliott Hughes · 12 years ago
  97. b6f0f78 Make the tools/art script appear to work from any directory. by Elliott Hughes · 12 years ago
  98. 54b3747 Fix art script argument quoting. by Elliott Hughes · 12 years ago
  99. cae6f06 Change art script to use exec by Brian Carlstrom · 12 years ago
  100. 4e18128 Make art script work for the first time by Brian Carlstrom · 13 years ago