android13/external/conscrypt/api-doclet/build.gradle

9 lines
184 B
Groovy

description = 'Conscrypt: API Doclet'
def toolsJar = org.gradle.internal.jvm.Jvm.current().toolsJar
if (toolsJar != null) {
dependencies {
compile files(toolsJar)
}
}