Update Android.mk

This commit is contained in:
Autechre 2020-05-22 20:04:42 +02:00 committed by GitHub
parent b43537b1dc
commit 3b217649c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ LOCAL_SRC_FILES := $(SOURCES_CXX) $(SOURCES_C) $(SOURCES_ASM)
LOCAL_CFLAGS := $(COREFLAGS) $(CFLAGS)
LOCAL_CXXFLAGS := -std=c++11 $(COREFLAGS) $(CXXFLAGS)
LOCAL_LDFLAGS := -Wl,-version-script=$(LIBRETRO_DIR)/link.T
LOCAL_LDLIBS := -lGLESv2
LOCAL_LDLIBS := -lGLESv2 -llog
LOCAL_CPP_FEATURES := exceptions
LOCAL_ARM_NEON := true
LOCAL_ARM_MODE := arm