Add a vendored copy of SDL

This commit is contained in:
2024-02-24 19:00:12 -08:00
parent 2cb2743283
commit 5c11bfd9c8
1613 changed files with 675493 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := main_gui_androidmk
LOCAL_SRC_FILES := ../main_gui.c
LOCAL_SHARED_LIBRARIES += SDL2
include $(BUILD_SHARED_LIBRARY)
$(call import-module,SDL2main)
$(call import-module,SDL2)