[Mono-dev] [PATCH] Android Support [4/4]

Jonathan Pryor jonpryor at vt.edu
Mon Apr 19 13:44:24 EDT 2010


This is a series of patches to add support to Mono for building against
the Android NDK [0].  Android runs the Linux kernel, but moves many
things around compared to a "normal" desktop Linux distro.

These patches are based against the mono-2-6 branch.

This fourth patch patches mono/support so that it will properly build
and link under Android, largely because many POSIX functions aren't
present under Android (hence the numerous configure checks):

	* dirent.c, grp.c, macros.c, pwd.c, signal.c, sys-statvfs.c, sys-time.c,
	  unistd.c: Add #if HAVE_XXX checks for functions which aren't
	  provided on Android.

Permission to commit?

- Jon

[0] http://developer.android.com/sdk/ndk/index.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: support.diff
Type: text/x-patch
Size: 11976 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100419/7e8d453d/attachment-0001.bin 


More information about the Mono-devel-list mailing list