allwinner_a64/android/external/conscrypt/api-doclet/build.gradle
2018-08-08 16:14:42 +08:00

9 lines
270 B
Groovy

description = 'Conscrypt: API Doclet'
dependencies {
compile fileTree(dir: "${System.properties['java.home']}/../lib", include: '*tools.jar')
}
// Don't include this artifact in the distribution.
tasks.install.enabled = false
tasks.uploadArchives.enabled = false;