--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk...@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/cca92acd-3910-4c90-ba32-6b1594d56b40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
externalNativeBuild {
ndkBuild {
path 'src/main/jni/Android.mk'
arguments "-j6"
}
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/9650ca41-6dce-4a93-8e12-39708b2bcac5%40googlegroups.com.
defaultConfig { applicationId "com.my.app" minSdkVersion minSdk targetSdkVersion 25 versionCode 1 versionName "0.0.1" multiDexEnabled true externalNativeBuild { ndkBuild { targets "ndkTarget" arguments "NDK_MODULE_PATH:=../../../libs", "NDK_TOOLCHAIN_VERSION:=clang", "-j6", "-d", "APP_SHORT_COMMANDS=true", 'NDK_DEBUG=1' } } } externalNativeBuild { ndkBuild { path 'src/main/jni/Android.mk' } }
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+unsubscribe@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/edc81c69-efcc-4701-a3e7-c0d162f9e644%40googlegroups.com.