Skip to content

Commit 1ffb622

Browse files
committed
fix build on android
1 parent 145ea0a commit 1ffb622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Android.mk

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ LOCAL_SRC_FILES := \
4242
$(wildcard $(LOCAL_PATH)/src/haptic/*.c) \
4343
$(wildcard $(LOCAL_PATH)/src/haptic/android/*.c) \
4444
$(wildcard $(LOCAL_PATH)/src/haptic/dummy/*.c) \
45+
$(wildcard $(LOCAL_PATH)/src/haptic/hidapi/*.c) \
4546
$(wildcard $(LOCAL_PATH)/src/hidapi/*.c) \
4647
$(wildcard $(LOCAL_PATH)/src/hidapi/android/*.cpp) \
4748
$(wildcard $(LOCAL_PATH)/src/joystick/*.c) \

0 commit comments

Comments
 (0)