summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-15 15:29:53 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-15 16:46:17 +0200
commitfb6180ddde8acd0bed788c085a09af7d744ffbad (patch)
treec08aba8ed79fec1e1da0c9aab8de7a9ca4b2fa41 /android
parentndk-gdb needs gdbserver and gdb.setup (diff)
downloadcore-fb6180ddde8acd0bed788c085a09af7d744ffbad.tar.gz
core-fb6180ddde8acd0bed788c085a09af7d744ffbad.zip
Add uninstall target
Diffstat (limited to 'android')
-rw-r--r--android/qa/sc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/qa/sc/Makefile b/android/qa/sc/Makefile
index 441d479857a0..1e316b054b1e 100644
--- a/android/qa/sc/Makefile
+++ b/android/qa/sc/Makefile
@@ -149,6 +149,9 @@ install: copy-stuff
@echo 'Run it with something like what "make run" does (see Makefile)'
@echo
+uninstall:
+ adb uninstall $(APP_PACKAGE)
+
run:
adb shell am start -n $(APP_PACKAGE)/$(BOOTSTRAP) -e lo-main-library libcppunittester -e lo-main-cmdline "$(APP_DATA_PATH)/lib/libtest_sc_ucalc.so --headless --protector libunoexceptionprotector.so unoexceptionprotector '-env:CONFIGURATION_LAYERS=xcsxcu:file:///assets/xml/registry' '-env:UNO_TYPES=file:///assets/bin/udkapi.rdb file:///assets/bin/types.rdb' '-env:UNO_SERVICES=file:///assets/xml/ure/services.rdb file:///assets/ComponentTarget/framework/util/fwk.component file:///assets/ComponentTarget/i18npool/util/i18npool.component file:///assets/ComponentTarget/sfx2/util/sfx.component file:///assets/ComponentTarget/unoxml/source/service/unoxml.component file:///assets/xml/configmgr.component file:///assets/xml/ucb1.component file:///assets/xml/ucpfile1.component' -env:URE_INTERNAL_LIB_DIR=file://$(APP_DATA_PATH)/lib -env:LO_LIB_DIR=file://$(APP_DATA_PATH)/lib"