mirror of https://github.com/libsdl-org/SDL.git
Build the dummy joystick driver on Android
Fixes https://github.com/libsdl-org/SDL/issues/9978
(cherry picked from commit 69bfa5c951)
This commit is contained in:
parent
e1bb00cdc9
commit
f725ce492c
|
|
@ -34,6 +34,7 @@ LOCAL_SRC_FILES := \
|
|||
$(wildcard $(LOCAL_PATH)/src/hidapi/*.c) \
|
||||
$(wildcard $(LOCAL_PATH)/src/hidapi/android/*.cpp) \
|
||||
$(wildcard $(LOCAL_PATH)/src/joystick/*.c) \
|
||||
$(wildcard $(LOCAL_PATH)/src/joystick/dummy/*.c) \
|
||||
$(wildcard $(LOCAL_PATH)/src/joystick/android/*.c) \
|
||||
$(wildcard $(LOCAL_PATH)/src/joystick/hidapi/*.c) \
|
||||
$(wildcard $(LOCAL_PATH)/src/joystick/virtual/*.c) \
|
||||
|
|
|
|||
Loading…
Reference in New Issue