android13/external/conscrypt/android-stub/build.gradle

9 lines
197 B
Groovy

description = 'Conscrypt: Android-Stub'
dependencies {
compileOnly project(':conscrypt-libcore-stub')
}
// Disable the javadoc task.
tasks.withType(Javadoc).configureEach { enabled = false }