Hello.
I have external.so library. I can link and use it in my ndk library trough LOCAL_LDLIBS.
But it isnt static library so it should be copied to .apk for working together with my library.
I using android.mk and ndk-build build system so what i should write in android.mk for notice ndk-build i want this external.so be in apk ?



