blob: 9e66cb0cc29445fca01f7c4dcca5f9e90b3b9191 [file] [log] [blame]
apply plugin: 'com.android.model.library'
model {
android {
compileSdkVersion 19
buildToolsVersion = rootProject.ext.buildToolsVersion
}
android.ndk {
moduleName = "hello-jni"
}
}