mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue