summaryrefslogtreecommitdiff
path: root/tools/art
Commit message (Expand)AuthorAgeFilesLines
* Add shebang to the art script.Martin Stjernholm2020-06-291-1/+6
* Fix boot.art boot class path for golemDavid Srbecky2020-05-271-52/+34
* "Move ICU from ART APEX to i18n APEX" Attempt 2Victor Chang2020-05-071-1/+11
* art script: generate app image for profile filtersEric Holk2020-04-301-0/+18
* Use -f instead of -e.Nicolas Geoffray2020-04-301-3/+3
* Fix art script and golem builds with conscrypt.Nicolas Geoffray2020-04-301-0/+10
* Cleanup build rules for faster golem builds.Nicolas Geoffray2020-04-281-2/+2
* Fix bootclasspath setup for target in tools/art script.David Srbecky2020-04-221-2/+12
* By default, don't use a bitness suffix for ART.Nicolas Geoffray2020-04-211-1/+1
* Fix logic to find dex2oat.Nicolas Geoffray2020-04-201-2/+5
* Remove -testdex variants of bootclasspath jars.Nicolas Geoffray2020-03-241-5/+0
* Various renames following the name change from "Runtime APEX" to "ART APEX".Martin Stjernholm2019-09-241-10/+10
* Update references to the ART APEX.Martin Stjernholm2019-09-021-4/+4
* Separate ICU4J from core-libartVictor Chang2019-08-121-1/+1
* Remove icu .dat file from Runtime moduleVictor Chang2019-08-081-0/+23
* Remove `ANDROID_TZDATA_ROOT` overriding logic on device in `art` script.Roland Levillain2019-07-051-20/+2
* Use flattened Runtime APEX contents in ART chroot-based device testing.Roland Levillain2019-06-241-17/+2
* Add sim of time zone data module files for targetNeil Fuller2019-06-101-7/+41
* Add support for ANDROID_TZDATA_ROOTNeil Fuller2019-03-181-0/+9
* Merge "Remove core-simple from the boot classpath"Neil Fuller2019-01-151-1/+1
|\
| * Remove core-simple from the boot classpathNeil Fuller2019-01-141-1/+1
* | Have the `art` script honor a pre-set `ANDROID_RUNTIME_ROOT`.Roland Levillain2019-01-151-27/+32
|/
* Fix typo in art script.Nicolas Geoffray2019-01-141-1/+1
* Merge "Fix braino in ART script."Nicolas Geoffray2019-01-141-1/+1
|\
| * Fix braino in ART script.Nicolas Geoffray2019-01-111-1/+1
* | Define `ANDROID_RUNTIME_ROOT` as `$ANDROID_ROOT` on target in the `art` script.Roland Levillain2019-01-111-1/+31
|/
* Revert "Move conscrypt back to core image to unblock Golem."Vladimir Marko2018-12-211-1/+62
* Add support for ANDROID_RUNTIME_ROOT variableNeil Fuller2018-12-031-0/+2
* Revert "Add a --toybox-path option to the art script."Nicolas Geoffray2018-09-171-17/+9
* Add a --toybox-path option to the art script.Nicolas Geoffray2018-09-141-9/+17
* Add a --no-compile option to the art script and use it for jdwp.Nicolas Geoffray2018-09-121-2/+10
* Address feedback on art script.Nicolas Geoffray2018-08-291-6/+6
* Pass LD_LIBRARY_PATH when involking dalvikvm for getting the ISA.Nicolas Geoffray2018-08-281-1/+1
* Fix two mistakes in art script rewrite.Nicolas Geoffray2018-08-261-1/+4
* Invoke dex2at before invoking art.Nicolas Geoffray2018-08-251-65/+145
* Tweak the "art --perf" helper command.David Srbecky2018-08-131-1/+1
* Make 'art' tool default to passing -XjdwpProvider:noneAlex Light2018-06-121-0/+10
* Revert^2 "Remove support for Valgrind in ART."Roland Levillain2018-06-111-4/+0
* Revert "Remove support for Valgrind in ART."Andreas Gampe2018-05-221-0/+4
* Remove support for Valgrind in ART.Roland Levillain2018-05-141-4/+0
* Merge "Add support for using 'art' tools with gdbserver"Alex Light2017-10-131-0/+6
|\
| * Add support for using 'art' tools with gdbserverAlex Light2017-10-121-0/+6
* | Don't log INFO logs with the art script.Nicolas Geoffray2017-10-111-9/+15
|/
* Add an option to the art script to not cleanup.Nicolas Geoffray2017-08-081-5/+12
* Revert "Revert "Revert "Revert "tools: Fix art script to delete OAT files bef...Nicolas Geoffray2017-08-041-0/+78
* Revert "Revert "Revert "tools: Fix art script to delete OAT files before runn...Nicolas Geoffray2017-08-041-78/+0
* Revert "Revert "tools: Fix art script to delete OAT files before running dalv...Igor Murashkin2017-08-031-0/+78
* Revert "tools: Fix art script to delete OAT files before running dalvikvm"Igor Murashkin2017-08-031-71/+0
* tools: Fix art script to delete OAT files before running dalvikvmIgor Murashkin2017-08-011-0/+71
* tools: art script fix for spuriously creating "{arm,arm64,mips,mips64,x86,x86...Igor Murashkin2017-07-281-20/+26