Skip to content

Commit 9dc73f4

Browse files
committed
Android: fixed build error
1 parent 678ba78 commit 9dc73f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ include $(CLEAR_VARS)
102102

103103
LOCAL_CPPFLAGS += -std=c++11
104104

105-
LOCAL_SRC_FILES := $(LOCAL_PATH)/src/hidapi/android/hid.cpp
105+
LOCAL_SRC_FILES := src/hidapi/android/hid.cpp
106106

107107
LOCAL_MODULE := libhidapi
108108
LOCAL_LDLIBS := -llog

0 commit comments

Comments
 (0)