Skip to content

Commit e1b7704

Browse files
authored
Merge pull request #38 from Oval-Tutu/android
fix: correct FTBFS for Android
2 parents 107d952 + 218554b commit e1b7704

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)