Sign in
android
/
platform
/
external
/
conscrypt
/
refs/heads/aml_ext_341816020
/
.
/
android-stub
/
build.gradle
blob: 874f5996ef6b5ce0344c11836f733727b5630fd6 [
file
] [
log
] [
blame
] [
edit
]
description
=
'Conscrypt: Android-Stub'
dependencies
{
compileOnly project
(
':conscrypt-libcore-stub'
)
}
// Disable the javadoc task.
tasks
.
withType
(
Javadoc
).
configureEach
{
enabled
=
false
}