blob: 8355c94e12bc11f84ca01c87f8bc4fa61293de72 [file] [log] [blame]
description = 'Conscrypt: Android-Stub'
// Needs to be binary-compatible with Android minSdkVersion.
sourceCompatibility = androidMinJavaVersion
targetCompatibility = androidMinJavaVersion
dependencies {
compileOnly project(':conscrypt-libcore-stub')
}
// Disable the javadoc task.
tasks.withType(Javadoc).all { enabled = false }