And I suck too.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3968 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6cb98092de
commit
44530bac44
1 changed files with 4 additions and 6 deletions
|
@ -1202,17 +1202,15 @@ droid-rel: droid/build.xml droid/ftekeystore
|
|||
mkdir -p droid/libs/armeabi
|
||||
@cp $(RELEASE_DIR)/libftedroid.so droid/libs/armeabi/
|
||||
@cd droid && $(ANT) release
|
||||
ifneq ($(DROID_PACKSC),)
|
||||
ifneq ($(DROID_PACKSU),)
|
||||
@echo
|
||||
@echo
|
||||
@echo Adding custom data files (non-compressed)
|
||||
@echo Adding custom data files - non-compressed
|
||||
@echo
|
||||
zip droid/bin/FTEDroid-release-unsigned.apk -0 -j $(DROID_PACKSU)
|
||||
endif
|
||||
ifneq ($(DROID_PACKSU),)
|
||||
ifneq ($(DROID_PACKSC),)
|
||||
@echo
|
||||
@echo
|
||||
@echo Adding custom data files (compressed)
|
||||
@echo Adding custom data files - compressed
|
||||
@echo
|
||||
zip droid/bin/FTEDroid-release-unsigned.apk -9 -j $(DROID_PACKSC)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue