There is absolutely zero chance that GLibc becomes part of the Android
open-source platform for licensing reasons.
(same for uCLibc, KLibc, DietLibc and EGlibc by the way)

That doesn't mean that we are totally opposed to people providing patches
that would allow to use the Android
sources with GLibc, but we are not going to support this effort (which means
that if some of our changes break
a GLibc system, that will be *your* problem, patches welcome).

Also, we make absolutely no guarantee about the correct behaviour of a
GLibc-based Android system,
*especially* with regards to security.


On Fri, Nov 14, 2008 at 4:34 AM, JayBird <[EMAIL PROTECTED]> wrote:

>
> Hi David,
>
> Thanks for the quick response.  What are the major road block from
> making this happen?  Re-working our C++ code to build against the
> Bionic library is a major undertaking to experiment with Android.
> Depending on the amount of work involved, I'm wondering would it be
> easier to modify the part(s) of Android that are in compatible with
> GNU C/C++ library.  Could you elaborate a little more on this topic?
> If this topic is covered in some previous post you point me to it?
>
>
> Thanks,
> Jaybird
>
>
> On Nov 13, 1:27 pm, "David Turner" <[EMAIL PROTECTED]> wrote:
> > no, you can't, unless you provide your executable as a static executable,
> > which makes it unusable from JNI.
> >
> > On Thu, Nov 13, 2008 at 3:57 PM, JayBird <[EMAIL PROTECTED]> wrote:
> >
> > > Hi Folks,
> >
> > > I'm getting start with Android, so  please forgive me if someone
> > > already asked this question.  I have some native code that I would
> > > like to write a JNI interface for Dalvik.  However, my C++ code uses
> > > RTTI, exceptions, the math library, and maybe some or components not
> > > supported by Bionic.  I was wondering is it possible to build Android
> > > against the GNU glibc for development?  If so, how?
> >
> > > Thanks in advance,
> > > Jaybird
> >
>

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [EMAIL PROTECTED]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to