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

Joe Dluzen jdluzen at gmail.com
Mon Apr 19 13:53:43 EDT 2010


Awesome.

How do these compare with Koush's: http://github.com/koush/androidmono
? Are they a complete reimplementation?

Joe

> Message: 5
> Date: Mon, 19 Apr 2010 13:44:24 -0400
> From: Jonathan Pryor <jonpryor at vt.edu>
> Subject: [Mono-dev] [PATCH] Android Support [4/4]
> To: mono-devel-list <mono-devel-list at ximian.com>
> Message-ID: <1271699064.6173.30.camel at lina.magi.jprl.com>
> Content-Type: text/plain; charset="utf-8"
>
> 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


More information about the Mono-devel-list mailing list