From c88d03b5156108c92abc3d527d600b7c393fd7c7 Mon Sep 17 00:00:00 2001 From: Doug Kwan Date: Fri, 2 Oct 2009 15:54:56 -0700 Subject: This executable calls function ins libcryto.so without explicitly linking it. Currently this works because the library is linked via dependency of another shared library. This is fragile and not the right thing to do. --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index bf2e4ce9..932abc70 100644 --- a/Android.mk +++ b/Android.mk @@ -127,7 +127,7 @@ LOCAL_C_INCLUDES += \ external/openssl/include\ external/libpcap -LOCAL_SHARED_LIBRARIES += libssl +LOCAL_SHARED_LIBRARIES += libssl libcrypto LOCAL_STATIC_LIBRARIES += libpcap -- cgit v1.2.3