disable -no-thumb, doesn't work with latest NDK?

This commit is contained in:
Brent Cook 2015-01-30 09:36:21 -06:00
parent c959d42a29
commit 89e5a2b892
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE := exploit
LOCAL_SRC_FILES := exploit.c
LOCAL_CFLAGS := -fno-stack-protector -mno-thumb -O0
LOCAL_CFLAGS := -fno-stack-protector -O0
include $(BUILD_EXECUTABLE)