Hi everyone,
I have an android library ("is library" checked on eclipse) that i'd like to include in my android android project.
Everything compiles fine on Eclipse, but for some reasons I have to compile it through the android.mk of my project.
I tried to include my library as a subfolder of my project, and got this in my application's makefile :
include $(call all-subdir-makefiles)
But the links are not made between the library and my project...
How can I solve that ?
Thanks in advance
I have an android library ("is library" checked on eclipse) that i'd like to include in my android android project.
Everything compiles fine on Eclipse, but for some reasons I have to compile it through the android.mk of my project.
I tried to include my library as a subfolder of my project, and got this in my application's makefile :
include $(call all-subdir-makefiles)
But the links are not made between the library and my project...
How can I solve that ?
Thanks in advance