android: Optionally build the curve25519 plugin

This commit is contained in:
Tobias Brunner 2016-12-06 11:50:25 +01:00
parent 5f0913fc1e
commit b077a2a71a

View File

@ -72,6 +72,8 @@ LOCAL_C_INCLUDES += $(libcurl_PATH)
LOCAL_SHARED_LIBRARIES += libcurl
endif
LOCAL_SRC_FILES += $(call add_plugin, curve25519)
LOCAL_SRC_FILES += $(call add_plugin, des)
LOCAL_SRC_FILES += $(call add_plugin, fips-prf)