aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/dso/dso_dlfcn.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/dso/dso_dlfcn.c')
-rw-r--r--openssl/crypto/dso/dso_dlfcn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openssl/crypto/dso/dso_dlfcn.c b/openssl/crypto/dso/dso_dlfcn.c
index c2bc61760..5f2254806 100644
--- a/openssl/crypto/dso/dso_dlfcn.c
+++ b/openssl/crypto/dso/dso_dlfcn.c
@@ -86,7 +86,8 @@ DSO_METHOD *DSO_METHOD_dlfcn(void)
# if defined(_AIX) || defined(__CYGWIN__) || \
defined(__SCO_VERSION__) || defined(_SCO_ELF) || \
(defined(__osf__) && !defined(RTLD_NEXT)) || \
- (defined(__OpenBSD__) && !defined(RTLD_SELF))
+ (defined(__OpenBSD__) && !defined(RTLD_SELF)) || \
+ defined(__ANDROID__)
# undef HAVE_DLINFO
# endif
#endif