Merge change 2447 into donut

* changes:
  Fix the uninstall target in the Ant build script.
This commit is contained in:
Android (Google) Code Review
2009-05-26 13:25:29 -07:00

View File

@@ -205,7 +205,7 @@
<echo>Uninstalling ${application-package} from the default emulator...</echo>
<exec executable="${adb}" failonerror="true">
<arg value="uninstall" />
<arg path="${application-package}" />
<arg value="${application-package}" />
</exec>
</target>