1description = 'Conscrypt: Base library for benchmarks'
2
3// Needs to be binary-compatible with Android minSdkVersion.
4sourceCompatibility = androidMinJavaVersion
5targetCompatibility = androidMinJavaVersion
6
7dependencies {
8    compile project(path: ":conscrypt-testing", configuration: "runtime"),
9            libraries.junit
10}
11