xref: /aosp_15_r20/external/conscrypt/benchmark-base/build.gradle (revision cd0cc2e34ba52cdf454361820a14d744e4bd531d)
1description = 'Conscrypt: Base library for benchmarks'
2
3dependencies {
4    implementation project(path: ":conscrypt-testing", configuration: "shadow"),
5            libs.junit
6}
7