diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-23 09:51:12 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-23 09:52:38 +0000 |
commit | 7fddab07f4c8e054a489285097623172b853912f (patch) | |
tree | c34a31eaad8cd2bb98a23a958116861018404f2e /android | |
parent | 520b8118f4a2d54e4849929d94091f29a6434346 (diff) |
android: re-installs can fail silently, remove tree before install
Diffstat (limited to 'android')
-rw-r--r-- | android/qa/desktop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile index 4578657a1f80..c6ddf59ac5df 100644 --- a/android/qa/desktop/Makefile +++ b/android/qa/desktop/Makefile @@ -177,6 +177,7 @@ build-ant: copy-stuff unset JAVA_HOME && ant debug install: copy-stuff + adb shell rm -r $(APP_DATA_PATH) unset JAVA_HOME && ant debug install @echo @echo 'Run it with "make run"' |