Index: /trunk/source/level-1/linux-files.lisp
===================================================================
--- /trunk/source/level-1/linux-files.lisp	(revision 14522)
+++ /trunk/source/level-1/linux-files.lisp	(revision 14523)
@@ -838,5 +838,5 @@
 by uid. This value comes from the OS user database, not from the $HOME
 environment variable. Returns NIL if there is no user with the ID uid."
-  #+windows-target
+  #+(or windows-target android-target)
   (declare (ignore userid))
   #+windows-target
@@ -847,4 +847,6 @@
           (return (get-foreign-namestring p))))))
   #-windows-target
+  #+android-target "/data/local" ; for now
+  #-android-target
   (rlet ((pwd :passwd)
          (result :address pwd))
