[android-kernel] Re: How to Build a Library and Link to the Android Kernel

2009-11-23 Thread James SDC
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. If I build a normal library, how can I use the share memory? Thanks, James. -- unsubscribe: android-kernel+unsubscr...@google

[android-kernel] How to Build a Library and Link to the Android Kernel

2009-11-16 Thread James SDC
Hi, I want to build a Linux library and link the library (not source code) to the Android kernel. In addition, the APIs of my library can be exposed to the applications, either Java or NDK applications. Therefore, an application can call my APIs of the library. Does anyone know how to do that? Th

[android-kernel] How to build a standalone library and link to the android kernel

2009-11-16 Thread James SDC
Hi, I need to build my standalone library and integrate to the Android kernel, and expose my APIs to the applications so that the applications can call to use my library. Can anyone provide some related information? Thank you in advance! James. -- unsubscribe: android-kernel+unsubscr...@google