summaryrefslogtreecommitdiff
path: root/android/experimental/DocumentLoader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'android/experimental/DocumentLoader/Makefile')
-rw-r--r--android/experimental/DocumentLoader/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/experimental/DocumentLoader/Makefile b/android/experimental/DocumentLoader/Makefile
index 1e9cebcbe8be..8129948b2e76 100644
--- a/android/experimental/DocumentLoader/Makefile
+++ b/android/experimental/DocumentLoader/Makefile
@@ -262,8 +262,10 @@ uninstall:
$(ANDROID_SDK_HOME)/platform-tools/adb uninstall $(APP_PACKAGE)
run:
+# /data/local/tmp/sample-document.odt
adb shell am start -n org.libreoffice.android.examples/.DocumentLoader -e input /assets/test1.odt
+
clean: properties
$(ANT) clean
rm -rf assets libs $(SODEST) $(OBJLOCAL)