Hi All,
I have to include skia related .so files built with ndk by some third party.They have provided the shared libraries built with ndk.
These are the shared libs libandroid_runtime.so,libcutils.so,libemoji.so,libskia.so,libutils.so,libz.so to be included.
In the Android.mk i have included them under the label LOCAL-SHARED-LIBRARIES .
In which folder i have to keep these shared libs in my native project?.Do i have to include any header files related to the .so files.?if yes,Where should i include my header files?
I will be generating a different shared library and linking with the skia releated libs externally.
What chages are to be done in the Android make file?
Thanks
Ramana.


