Fixed bug 4335 - Android NDK build error
dmuratshin LOCAL_SRC_FILES shouldn't use $(LOCAL_PATH)
This commit is contained in:
parent
925eba4300
commit
1ce6f5502a
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_CPPFLAGS += -std=c++11
|
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_MODULE := libhidapi
|
||||||
LOCAL_LDLIBS := -llog
|
LOCAL_LDLIBS := -llog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue