commit | c88d03b5156108c92abc3d527d600b7c393fd7c7 | [log] [tgz] |
---|---|---|
author | Doug Kwan <dougkwan@google.com> | Fri Oct 02 15:54:56 2009 -0700 |
committer | Doug Kwan <dougkwan@google.com> | Fri Oct 02 15:54:56 2009 -0700 |
tree | 821e85f815701645ade333b7ca04e3477c6fd6eb | |
parent | d9271b927ffc02a8afa407efe56452c26b3fde41 [diff] |
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.
diff --git a/Android.mk b/Android.mk index bf2e4ce..932abc7 100644 --- a/Android.mk +++ b/Android.mk
@@ -127,7 +127,7 @@ external/openssl/include\ external/libpcap -LOCAL_SHARED_LIBRARIES += libssl +LOCAL_SHARED_LIBRARIES += libssl libcrypto LOCAL_STATIC_LIBRARIES += libpcap