Skip to content

Instantly share code, notes, and snippets.

@ph0b
Created April 11, 2016 14:57
Show Gist options
  • Save ph0b/aac7b2b7cc6433fe3e9f4392f0032413 to your computer and use it in GitHub Desktop.
Save ph0b/aac7b2b7cc6433fe3e9f4392f0032413 to your computer and use it in GitHub Desktop.
including another module libXXX which is a com.android.model.native
apply plugin: 'com.android.model.application'
model {
//...
android.sources {
main {
jni {
dependencies {
project ":libXXX" linkage "static"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment