pineapple/externals/SDL/android-project-ant/jni/src/Android_static.mk
2021-04-18 05:35:25 +02:00

12 lines
237 B
Makefile
Executable file

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := main
LOCAL_SRC_FILES := YourSourceHere.c
LOCAL_STATIC_LIBRARIES := SDL2_static
include $(BUILD_SHARED_LIBRARY)
$(call import-module,SDL)LOCAL_PATH := $(call my-dir)