Added support for the curl plugin on Android

This commit is contained in:
Tobias Brunner
2012-06-26 07:56:14 +02:00
parent 63afd833b9
commit 197dbf5f72
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -80,6 +80,12 @@ utils/backtrace.c utils/backtrace.h
LOCAL_SRC_FILES += $(call add_plugin, aes)
LOCAL_SRC_FILES += $(call add_plugin, curl)
ifneq ($(call plugin_enabled, curl),)
LOCAL_C_INCLUDES += $(libcurl_PATH)
LOCAL_SHARED_LIBRARIES += libcurl
endif
LOCAL_SRC_FILES += $(call add_plugin, des)
LOCAL_SRC_FILES += $(call add_plugin, fips-prf)