From 84e78740de61045cfcb9c30a0f8582962fac3e8f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 17 Feb 2010 15:46:05 -0800 Subject: Make DalvikRunner work on production devices too. 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. --- tools/runner/lib/jsr305.jar | Bin 0 -> 18308 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tools/runner/lib/jsr305.jar (limited to 'tools/runner/lib/jsr305.jar') diff --git a/tools/runner/lib/jsr305.jar b/tools/runner/lib/jsr305.jar new file mode 100644 index 0000000..57a62c1 Binary files /dev/null and b/tools/runner/lib/jsr305.jar differ -- cgit v1.1