aboutsummaryrefslogtreecommitdiff
path: root/Examples/android/simple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/android/simple/Makefile')
-rw-r--r--Examples/android/simple/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Examples/android/simple/Makefile b/Examples/android/simple/Makefile
index 1e95de6e3..9aeb0c80d 100644
--- a/Examples/android/simple/Makefile
+++ b/Examples/android/simple/Makefile
@@ -7,6 +7,7 @@ PACKAGENAME= org.swig.simple
SWIGOPT = -package $(PACKAGENAME) -outdir $(PACKAGEDIR)/simple
PROJECTNAME= SwigSimple
TARGETID = 1
+#INSTALLOPTIONS = -s # To install on SD Card
all:: android
@@ -18,7 +19,7 @@ android::
install::
-adb uninstall $(PACKAGENAME)
- adb install bin/$(PROJECTNAME)-debug.apk
+ adb install $(INSTALLOPTIONS) bin/$(PROJECTNAME)-debug.apk
clean::
ant clean