diff --git a/engine/Makefile b/engine/Makefile index 1a6171e5..41e4ae44 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -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.