gmake sucks.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3967 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2012-01-28 10:33:48 +00:00
parent 03f3cc738f
commit 6cb98092de
1 changed files with 4 additions and 4 deletions

View File

@ -1202,20 +1202,20 @@ 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_PACKSC),)
@echo
@echo
@echo Adding custom data files (non-compressed)
@echo
zip droid/bin/FTEDroid-release-unsigned.apk -0 -j $(DROID_PACKSU)
endif
ifneq ($(DROID_PACKSU),)
endif
ifneq ($(DROID_PACKSU),)
@echo
@echo
@echo Adding custom data files (compressed)
@echo
zip droid/bin/FTEDroid-release-unsigned.apk -9 -j $(DROID_PACKSC)
endif
endif
@echo
@echo
@echo Signing package... I hope you remember your password.