I'm trying to build a module with native code, I do have an Android.mk file in my jni folder which imports natives modules with $(call import-module,...). Those modules are not in $ndk/sources so I need to define NDK_MODULE_PATH prior to call ndk-build script.
I'd like to use Android Studio to build my native modules, but it fails since it doesnt find the imported modules. How to set this with gradle ? TIA Philippe -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
