blob: aed07a6b2394620bbeb0688e556088add98b27c0 [file] [log] [blame]
apply plugin: 'com.android.tools.java-library'
apply plugin: 'com.android.tools.publish'
dependencies {
implementation libs.com.android.tools.ddms.ddmlib
implementation libs.com.android.tools.annotations
implementation libs.com.android.tools.common
implementation libs.guava
testImplementation libs.junit
}
group = 'com.android.tools.build'
archivesBaseName = 'builder-test-api'
version = rootProject.ext.buildVersion
project.ext.pomName = 'Android Builder Test API library'
project.ext.pomDesc = 'API for the Test extension point in the Builder library.'