about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wrapped/wrappedlibc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc.c b/src/wrapped/wrappedlibc.c
index 889ae59b..64e30c41 100644
--- a/src/wrapped/wrappedlibc.c
+++ b/src/wrapped/wrappedlibc.c
@@ -3492,7 +3492,10 @@ EXPORT char my___libc_single_threaded = 0;
 #endif
 
 #ifdef ANDROID
-#define NEEDED_LIBS_DEF   1,\
+#define NEEDED_LIBS_DEF   4,\
+    "libpthread.so.0",      \
+    "libdl.so.2" ,          \
+    "libm.so",              \
     "libbsd.so"
 #define NEEDED_LIBS_234 4,  \
     "libpthread.so.0",      \