Fixed bug 4335 - Android NDK build error

dmuratshin

LOCAL_SRC_FILES shouldn't use $(LOCAL_PATH)
Sam Lantinga 2018-10-28 14:17:21 -07:00
parent e381a1599d
commit df89abb23e
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ include $(CLEAR_VARS)
LOCAL_CPPFLAGS += -std=c++11
LOCAL_SRC_FILES := $(LOCAL_PATH)/src/hidapi/android/hid.cpp
LOCAL_SRC_FILES := src/hidapi/android/hid.cpp
LOCAL_MODULE := libhidapi
LOCAL_LDLIBS := -llog