Skip to content

Instantly share code, notes, and snippets.

@androhi
Created February 11, 2014 09:52
Show Gist options
  • Save androhi/8932020 to your computer and use it in GitHub Desktop.
Save androhi/8932020 to your computer and use it in GitHub Desktop.
android {
...
defaultConfig {
...
ndk {
moduleName "xxxx"
ldLibs "dl", "log"
stl "gnustl_shared"
}
}
buildTypes.debug.jniDebugBuild true
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment