aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2009-10-02 15:54:56 -0700
committerDoug Kwan <dougkwan@google.com>2009-10-02 15:54:56 -0700
commitc88d03b5156108c92abc3d527d600b7c393fd7c7 (patch)
tree821e85f815701645ade333b7ca04e3477c6fd6eb
parentd9271b927ffc02a8afa407efe56452c26b3fde41 (diff)
downloadtcpdump-c88d03b5156108c92abc3d527d600b7c393fd7c7.tar.gz
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.
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
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