On Mon, Nov 23, 2009 at 10:38 AM, James SDC <[email protected]> wrote: > Hi Greg, > > The problem I am trying to solve, is to use the share memory in my > library. Since Android NDK does not support IPCs, I am thinking to > call from Kernel instead.
No, don't do that, it is not the correct implementation. > If I build a normal library, how can I use the share memory? I do not know, ask on the android-platform mailing list as this is a platform-specific problem, not a kernel issue. good luck, greg k-h -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
