Fix incorrect indentation in build/platform-android.mk

This commit is contained in:
Martin Storsjö 2014-07-16 21:20:37 +03:00
parent 04f066ae7c
commit 22f04159bb

View File

@ -15,7 +15,7 @@ ifeq ($(ARCH), arm)
else ifeq ($(ARCH), arm64)
APP_ABI = arm64-v8a
else ifeq ($(ARCH), x86)
APP_ABI = x86
APP_ABI = x86
ifeq (Yes, $(USE_ASM))
ASMFLAGS += -f elf32
endif
@ -25,7 +25,7 @@ else ifeq ($(ARCH), x86_64)
ASMFLAGS += -f elf64
endif
else
APP_ABI = $(ARCH)
APP_ABI = $(ARCH)
endif
ifndef NDKROOT