Created
April 11, 2016 14:57
-
-
Save ph0b/aac7b2b7cc6433fe3e9f4392f0032413 to your computer and use it in GitHub Desktop.
including another module libXXX which is a com.android.model.native
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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