From 55b0512f2b61e7cd37d75c9dccc8a9849bdd3cb6 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Tue, 26 May 2009 12:25:28 -0700 Subject: [PATCH] Fix the uninstall target in the Ant build script. the uninstall parameter is a value (the application package), but the Ant task was incorrectly using "path" for the argument. --- tools/scripts/android_rules.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/android_rules.xml b/tools/scripts/android_rules.xml index 236327c82..1f5daac83 100644 --- a/tools/scripts/android_rules.xml +++ b/tools/scripts/android_rules.xml @@ -205,7 +205,7 @@ Uninstalling ${application-package} from the default emulator... - +