blob: 874f5996ef6b5ce0344c11836f733727b5630fd6 [file] [log] [blame]
description = 'Conscrypt: Android-Stub'
dependencies {
compileOnly project(':conscrypt-libcore-stub')
}
// Disable the javadoc task.
tasks.withType(Javadoc).configureEach { enabled = false }