How to configure NDK with Android Gradle plugin 0.7

Looking through the gradle plugin code, I found the following that helped me use both NDK and prebuilt native libraries: To simply Link in Prebuilt Native Libraries, just add an ndk section to your task. For instance, I added it below in productFlavors. The abiFilter is the folder name the libs are stored in. abiFilters … Read more