Fix incorrect indentation in build/platform-android.mk
This commit is contained in:
parent
04f066ae7c
commit
22f04159bb
@ -15,7 +15,7 @@ ifeq ($(ARCH), arm)
|
|||||||
else ifeq ($(ARCH), arm64)
|
else ifeq ($(ARCH), arm64)
|
||||||
APP_ABI = arm64-v8a
|
APP_ABI = arm64-v8a
|
||||||
else ifeq ($(ARCH), x86)
|
else ifeq ($(ARCH), x86)
|
||||||
APP_ABI = x86
|
APP_ABI = x86
|
||||||
ifeq (Yes, $(USE_ASM))
|
ifeq (Yes, $(USE_ASM))
|
||||||
ASMFLAGS += -f elf32
|
ASMFLAGS += -f elf32
|
||||||
endif
|
endif
|
||||||
@ -25,7 +25,7 @@ else ifeq ($(ARCH), x86_64)
|
|||||||
ASMFLAGS += -f elf64
|
ASMFLAGS += -f elf64
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
APP_ABI = $(ARCH)
|
APP_ABI = $(ARCH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef NDKROOT
|
ifndef NDKROOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user