diff --git a/Makefile b/Makefile index 71be00fe..e0ea6e53 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,15 @@ ANDROID_TARGETS := \ $(ANDROID_ARMV7A_TARGETS) \ $(ANDROID_ARM64_TARGETS) ifeq ($(HAVE_ANDROID),1) -BUILD_TYPES += $(ANDROID_TARGETS) +BUILD_TYPES += \ + androiddebug \ + androidrelease \ + androiddebug-armv7a \ + androidrelease-armv7a \ + androiddebug-x86 \ + androidrelease-x86 \ + androiddebug-x86_64 \ + androidrelease-x86_64 all: out/TildeFriends-debug.apk out/TildeFriends-release.apk endif