summaryrefslogtreecommitdiffstats
path: root/tools/runner/lib/jsr305.jar.txt
Commit message (Collapse)AuthorAgeFilesLines
* Removing vogar from Dalvik's git tree; the source is now on code.google.com.Jesse Wilson2010-04-261-28/+0
| | | | http://code.google.com/p/vogar/
* Make DalvikRunner work on production devices too.Elliott Hughes2010-02-171-0/+28
Place pre-built .jar files in our lib/ directory, and dex/push them on demand. Change DalvikRunner to somewhat reduce the number of different classpaths in play. My feeling is that we just want one true classpath: we should build with it on the host, we should run with it on the host, we should dex everything on it, we should upload everything to the device, and we should run with it on the device. Also add a convenience script for running DalvikRunner. ("Vogar" is the proposed open source name for DalvikRunner, which really isn't as dalvikvm-specific as the name might imply.) There's a noticeable performance regression here, so my next change will be to add a cache.