Use vstr/gmp as shared libraries in the Android build.

This commit is contained in:
Tobias Brunner
2010-03-23 11:39:58 +01:00
parent c92c94542a
commit cf46ff6875
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ LOCAL_SRC_FILES += $(call add_plugin, eap-aka)
LOCAL_SRC_FILES += $(call add_plugin, eap-aka-3gpp2)
ifneq ($(call plugin_enabled, eap-aka-3gpp2)),)
LOCAL_C_INCLUDES += $(libgmp_PATH)
LOCAL_STATIC_LIBRARIES += libgmp
LOCAL_SHARED_LIBRARIES += libgmp
endif
LOCAL_SRC_FILES += $(call add_plugin, eap-gtc)
+2 -4
View File
@@ -73,7 +73,7 @@ LOCAL_SRC_FILES += $(call add_plugin, fips-prf)
LOCAL_SRC_FILES += $(call add_plugin, gmp)
ifneq ($(call plugin_enabled, gmp)),)
LOCAL_C_INCLUDES += $(libgmp_PATH)
LOCAL_STATIC_LIBRARIES += libgmp
LOCAL_SHARED_LIBRARIES += libgmp
endif
LOCAL_SRC_FILES += $(call add_plugin, hmac)
@@ -118,9 +118,7 @@ LOCAL_ARM_MODE := arm
LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES += libdl
LOCAL_STATIC_LIBRARIES += libvstr
LOCAL_SHARED_LIBRARIES += libdl libvstr
include $(BUILD_SHARED_LIBRARY)