Sign in
android
/
platform
/
external
/
conscrypt
/
ad988d04fba991572a7e65eeb83b8de4746a5b49
/
.
/
android-stub
/
build.gradle
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
}