Using static curl and openssl.

This commit is contained in:
Gerhard Stein
2020-10-10 16:48:23 +00:00
parent 57a23c6a56
commit d2c77299ff
5 changed files with 30 additions and 18 deletions

View File

@@ -82,10 +82,12 @@ LOCAL_MODULE:= libcurl
LOCAL_MODULE_FILENAME := libcurl-sdl # It clashes with system libcurl in Android 4.3 and older
LOCAL_SHARED_LIBRARIES := ssl crypto
#LOCAL_SHARED_LIBRARIES := ssl crypto
LOCAL_STATIC_LIBRARIES := ssl crypto
LOCAL_LDLIBS := -lz
include $(BUILD_SHARED_LIBRARY)
#include $(BUILD_SHARED_LIBRARY)
include $(BUILD_STATIC_LIBRARY)
endif