Skip to content

Commit 888530d

Browse files
committed
Add a commandline check for -1528
1 parent 328cd65 commit 888530d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/src/main/jni/Android.mk

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,18 @@ include $(BUILD_SHARED_LIBRARY)
182182
################################
183183
include $(CLEAR_VARS)
184184

185+
LOCAL_MODULE := cve20151528check
186+
LOCAL_SRC_FILES := cve20151528.c
187+
LOCAL_CFLAGS := -fpie -pie
188+
LOCAL_LDFLAGS := -pie
189+
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include/
190+
191+
include $(BUILD_EXECUTABLE)
192+
################################
193+
194+
################################
195+
include $(CLEAR_VARS)
196+
185197
LOCAL_MODULE := pingpongCheck
186198
LOCAL_SRC_FILES := ping_pong.c
187199
LOCAL_CFLAGS := -fpie -pie

0 commit comments

Comments
 (0)