xref: /aosp_15_r20/external/conscrypt/android-stub/build.gradle (revision cd0cc2e34ba52cdf454361820a14d744e4bd531d)
1description = 'Conscrypt: Android-Stub'
2
3dependencies {
4    compileOnly project(':conscrypt-libcore-stub')
5}
6
7// Disable the javadoc task.
8tasks.withType(Javadoc).configureEach { enabled = false }
9