unplugged-system/external/conscrypt/benchmark-base/build.gradle

7 lines
182 B
Groovy

description = 'Conscrypt: Base library for benchmarks'
dependencies {
implementation project(path: ":conscrypt-testing", configuration: "shadow"),
libraries.junit
}