blob: 92e534424e19dc32907e4eae7eed7485cf71e127 [file] [log] [blame]
description = 'Conscrypt: libcore Stub'
dependencies {
// Only compile against this. Other modules will embed the generated code directly.
compileOnly project(':conscrypt-constants')
compile libraries.bouncycastle_provider,
libraries.bouncycastle_apis,
libraries.junit
}
// Don't include this artifact in the distribution.
tasks.install.enabled = false
tasks.uploadArchives.enabled = false;