aboutsummaryrefslogtreecommitdiff
path: root/Examples/android/class/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/android/class/Makefile')
-rw-r--r--Examples/android/class/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Examples/android/class/Makefile b/Examples/android/class/Makefile
index 7de95f559..2a3f0ec2d 100644
--- a/Examples/android/class/Makefile
+++ b/Examples/android/class/Makefile
@@ -7,6 +7,7 @@ PACKAGENAME= org.swig.classexample
SWIGOPT = -package $(PACKAGENAME) -outdir $(PACKAGEDIR)/classexample
PROJECTNAME= SwigClass
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