diff --git a/app/jni/Application.mk b/app/jni/Application.mk index dd7fa70..f167780 100644 --- a/app/jni/Application.mk +++ b/app/jni/Application.mk @@ -4,7 +4,7 @@ APP_STL := c++_static # Enable c++17 extensions in source code APP_CPPFLAGS += -std=c++17 -fexceptions -frtti -APP_CPPFLAGS += -DANDROID -D__ANDROID__ -DUSE_UPNP -Wno-deprecated-declarations -fstack-protector +APP_CPPFLAGS += -DANDROID -D__ANDROID__ -DUSE_UPNP -Wno-deprecated-declarations ifeq ($(TARGET_ARCH_ABI),armeabi-v7a) APP_CPPFLAGS += -DANDROID_ARM7A endif