summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-01-23 09:51:12 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-01-23 09:52:38 +0000
commit7fddab07f4c8e054a489285097623172b853912f (patch)
treec34a31eaad8cd2bb98a23a958116861018404f2e /android
parentORowSetCache::fillMatrix(): fix case m_nFetchsize > table size (diff)
downloadcore-7fddab07f4c8e054a489285097623172b853912f.tar.gz
core-7fddab07f4c8e054a489285097623172b853912f.zip
android: re-installs can fail silently, remove tree before install
Diffstat (limited to 'android')
-rw-r--r--android/qa/desktop/Makefile1
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"'