Skip to content

Commit 89e5a2b

Browse files
author
Brent Cook
committed
disable -no-thumb, doesn't work with latest NDK?
1 parent c959d42 commit 89e5a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/source/exploits/CVE-2014-3153/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ include $(CLEAR_VARS)
55

66
LOCAL_MODULE := exploit
77
LOCAL_SRC_FILES := exploit.c
8-
LOCAL_CFLAGS := -fno-stack-protector -mno-thumb -O0
8+
LOCAL_CFLAGS := -fno-stack-protector -O0
99
include $(BUILD_EXECUTABLE)
1010

0 commit comments

Comments
 (0)