Always provide an implementation for all SDL3 symbols

This commit is contained in:
Anonymous Maarten
2023-09-27 06:11:09 +02:00
committed by Anonymous Maarten
parent 3a36433a3c
commit 25ce87979d
11 changed files with 404 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ LOCAL_SRC_FILES := \
$(wildcard $(LOCAL_PATH)/src/audio/openslES/*.c) \
$(LOCAL_PATH)/src/atomic/SDL_atomic.c.arm \
$(LOCAL_PATH)/src/atomic/SDL_spinlock.c.arm \
$(wildcard $(LOCAL_PATH)/src/core/*.c) \
$(wildcard $(LOCAL_PATH)/src/core/android/*.c) \
$(wildcard $(LOCAL_PATH)/src/cpuinfo/*.c) \
$(wildcard $(LOCAL_PATH)/src/dynapi/*.c) \