blob: 7836bd85b11256919c015d14fa300001162f6b0b [file] [log] [blame]
description = 'Conscrypt: Base library for benchmarks'
// Needs to be binary-compatible with Android minSdkVersion.
sourceCompatibility = androidMinJavaVersion
targetCompatibility = androidMinJavaVersion
dependencies {
compile project(':conscrypt-testing'),
libraries.junit
}
// Don't include this artifact in the distribution.
tasks.install.enabled = false
tasks.uploadArchives.enabled = false;