Whoops. Fix android.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4532 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
9da79b3a21
commit
496eefd2ee
10
Makefile
10
Makefile
@ -58,7 +58,15 @@ ANDROID_TARGETS := \
|
|||||||
$(ANDROID_ARMV7A_TARGETS) \
|
$(ANDROID_ARMV7A_TARGETS) \
|
||||||
$(ANDROID_ARM64_TARGETS)
|
$(ANDROID_ARM64_TARGETS)
|
||||||
ifeq ($(HAVE_ANDROID),1)
|
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
|
all: out/TildeFriends-debug.apk out/TildeFriends-release.apk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user