blob: 111bd4ea60d2798ae70644a360afc97dc1caf1fc [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := static_main
LOCAL_SRC_FILES := main.c
LOCAL_LDFLAGS := -static # this forces the generation of a static executable
include $(BUILD_EXECUTABLE)