Add Android install options for optional storage to SD Card

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13961 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2012-12-14 07:12:35 +00:00
commit 2939f181f1
3 changed files with 6 additions and 3 deletions

View file

@ -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