Skip to content

Commit 218554b

Browse files
committed
fix: add generic/UnixLibraryLoader.cpp to Android.mk. fixes #37
1 parent 121d651 commit 218554b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Android.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ LOCAL_SRC_FILES := \
1919
src/common/HTTPRequest.cpp \
2020
src/common/HTTPSClient.cpp \
2121
src/common/PlaintextConnection.cpp \
22-
src/android/AndroidClient.cpp
22+
src/android/AndroidClient.cpp \
23+
src/generic/UnixLibraryLoader.cpp
2324

2425
LOCAL_SHARED_LIBRARIES := liblove
2526

0 commit comments

Comments
 (0)