We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d71fb commit 2ee5635Copy full SHA for 2ee5635
1 file changed
Android.mk
@@ -1503,8 +1503,10 @@ LOCAL_C_INCLUDES:= \
1503
LOCAL_SRC_FILES:= \
1504
ext/digest/rmd160/rmd160init.c\
1505
ext/digest/rmd160/rmd160ossl.c
1506
-LOCAL_SHARED_LIBRARIES:= \
1507
- libcrypto
+
+# RMD160 missing on certain devices ( API >= 21 )
1508
+LOCAL_STATIC_LIBRARIES:= libcrypto_static
1509
1510
LOCAL_MODULE := RUBY_digest_rmd160
1511
1512
include $(BUILD_SHARED_LIBRARY)
0 commit comments