1 LOCAL_PATH := $(call my-dir) 2 3 include $(CLEAR_VARS) 4 LOCAL_MODULE := issue38121_main 5 LOCAL_SRC_FILES := main.c 6 LOCAL_CFLAGS += -fstack-protector-all 7 LOCAL_LDFLAGS += -static -Wl,--eh-frame-hdr 8 include $(BUILD_EXECUTABLE) 9