This isn't entirely true... I'm using some, albeit trivial, NDK support by adding:
android {
ndk {
moduleName "<some_module_name"
stl "stlport_static"
ldLibs "log"
cFlags "--std=c++11"
}
}
To my gradle file. I've set up a pretty simplistic JNI directory structure though. I can provide more info if this isn't enough as it's been awhile since I've set up a project from scratch.
To my gradle file. I've set up a pretty simplistic JNI directory structure though. I can provide more info if this isn't enough as it's been awhile since I've set up a project from scratch.