How can I force android studio to use android.mk rather then using gradle plugins, So my files have only android.mk and app.mk I can get output with ndk tools-build command but I need to do it with android studio itself?
How can I achieve this?
Thanks