--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
If you instead follow David's suggestion, then modifying one makefile
means that only one project gets built.
Tim
In my case, i have to load both of them using system.loadlibrary, and remember to load B first, then A
On Sep 30, 2010 6:00 PM, "Jerry Yin" <jerry...@gmail.com> wrote:In this case, is that the libB need to be build as static library? If not, is it necessary to load both libA and libB using System.loadLibrary()? Or the libB will be automatically loaded?thanks,Jerry
On Thu, Sep 30, 2010 at 6:04 AM, David Turner <di...@android.com> wrote:
>
> You can have as many An...
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To po...
In this case, is that the libB need to be build as static library? If not, is it necessary to load both libA and libB using System.loadLibrary()? Or the libB will be automatically loaded?