Index: /trunk/source/lisp-kernel/pmcl-kernel.c
===================================================================
--- /trunk/source/lisp-kernel/pmcl-kernel.c	(revision 15233)
+++ /trunk/source/lisp-kernel/pmcl-kernel.c	(revision 15234)
@@ -2150,5 +2150,10 @@
 xGetSharedLibrary(char *path, int mode)
 {
+#ifdef ANDROID
+  /* Hopefully temporary bug workaround */
+  return NULL;
+#else
   return dlopen(path, mode);
+#endif
 }
 #endif
