• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1description = 'Conscrypt: Android-Stub'
2
3// Needs to be binary-compatible with Android minSdkVersion.
4sourceCompatibility = androidMinJavaVersion
5targetCompatibility = androidMinJavaVersion
6
7dependencies {
8    compileOnly project(':conscrypt-libcore-stub')
9}
10
11// Don't include this artifact in the distribution.
12tasks.install.enabled = false
13tasks.uploadArchives.enabled = false;
14
15